We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1967601 commit 4845065Copy full SHA for 4845065
.eslintrc.js
@@ -28,6 +28,5 @@ module.exports = {
28
"import/no-unresolved": 0,
29
"react/sort-comp": 0,
30
"react/jsx-filename-extension": 0,
31
- "no-unused-prop-types": 0, // https://github.com/yannickcr/eslint-plugin-react/issues/885
32
}
33
};
package.json
@@ -33,6 +33,6 @@
"eslint-config-airbnb": "^14.1.0",
34
"eslint-plugin-import": "^2.2.0",
35
"eslint-plugin-jsx-a11y": "^4.0.0",
36
- "eslint-plugin-react": "6.10.0"
+ "eslint-plugin-react": "Kerumen/eslint-plugin-react#master"
37
38
0 commit comments