Disable prop types eslint rule

This commit is contained in:
Maciej Ziarkowski 2021-03-15 20:49:28 +00:00
parent 6ecd5b6819
commit 4433041d0d

View File

@ -39,7 +39,8 @@
"camelcase": ["warn", {"ignoreDestructuring": true ,"properties": "never"}],
"eol-last": ["warn", "always"],
"no-multiple-empty-lines": ["warn", {"max": 1}],
"prefer-const": "warn"
"prefer-const": "warn",
"react/prop-types": "off"
},
"settings": {
"react": {