Skip to content

Commit c9e33ba

Browse files
committed
feat: disregard props-types validation on lint
1 parent 6a678bb commit c9e33ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ module.exports = {
2525
plugins: ["react"],
2626
rules: {
2727
"react/react-in-jsx-scope": "off",
28+
"react/prop-types": "off",
2829
},
2930
};

0 commit comments

Comments
 (0)