We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a678bb commit c9e33baCopy full SHA for c9e33ba
1 file changed
.eslintrc.js
@@ -25,5 +25,6 @@ module.exports = {
25
plugins: ["react"],
26
rules: {
27
"react/react-in-jsx-scope": "off",
28
+ "react/prop-types": "off",
29
},
30
};
0 commit comments