Skip to content

Commit 1967601

Browse files
committed
Exclude rule "no-unused-prop-types" because jsx-eslint/eslint-plugin-react#885 (comment)
1 parent 9722371 commit 1967601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ module.exports = {
2828
"import/no-unresolved": 0,
2929
"react/sort-comp": 0,
3030
"react/jsx-filename-extension": 0,
31+
"no-unused-prop-types": 0, // https://github.com/yannickcr/eslint-plugin-react/issues/885
3132
}
3233
};

0 commit comments

Comments
 (0)