Skip to content

Commit c357387

Browse files
committed
BREAKING: Stop extending from eslint-config-standard-jsx
To update, you will need to: npm install eslint-config-standard-jsx And then ensure that "standard-jsx" appears in the "extends" section of your .eslintrc: "extends": [ "standard-react", "standard-jsx" ]
1 parent f235479 commit c357387

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Diff for: eslintrc.json

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"react"
1818
],
1919

20-
"extends": [
21-
"standard-jsx"
22-
],
23-
2420
"rules": {
2521
"react/jsx-no-bind": ["error", {
2622
"allowArrowFunctions": true,

Diff for: package.json

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"bugs": {
1111
"url": "https://github.com/feross/eslint-config-standard-react/issues"
1212
},
13-
"dependencies": {
14-
"eslint-config-standard-jsx": "^9.0.0"
15-
},
1613
"devDependencies": {
1714
"tape": "^5.0.1"
1815
},

0 commit comments

Comments
 (0)