Skip to content

Commit 663ccec

Browse files
committed
feat: rm global setting
1 parent 4c56914 commit 663ccec

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ npm install eslint eslint-plugin-react --save-dev
1717

1818
It is also possible to install ESLint globally rather than locally (using npm install eslint --global). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case.
1919

20-
## Configuration
20+
## Configuration (legacy: eslintrc)
2121

2222
Use [our preset](#recommended) to get reasonable defaults:
2323

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"array.prototype.flatmap": "^1.3.0",
4040
"doctrine": "^2.1.0",
4141
"estraverse": "^5.3.0",
42-
"globals": "^13.17.0",
4342
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
4443
"minimatch": "^3.1.2",
4544
"object.entries": "^1.1.5",

0 commit comments

Comments
 (0)