We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9722371 commit 1967601Copy full SHA for 1967601
.eslintrc.js
@@ -28,5 +28,6 @@ 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
};
0 commit comments