Skip to content

Commit 35304dd

Browse files
authored
chore: add missing funding field to packages (#19684)
1 parent 8ed3273 commit 35304dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/eslint-config-eslint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "11.0.0",
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"description": "Default ESLint configuration for ESLint projects.",
6+
"funding": "https://eslint.org/donate",
67
"main": "./index.js",
78
"types": "./types/index.d.ts",
89
"exports": {

packages/js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@eslint/js",
33
"version": "9.26.0",
44
"description": "ESLint JavaScript language implementation",
5+
"funding": "https://eslint.org/donate",
56
"main": "./src/index.js",
67
"types": "./types/index.d.ts",
78
"scripts": {

0 commit comments

Comments
 (0)