Disable prop types eslint rule
This commit is contained in:
parent
6ecd5b6819
commit
4433041d0d
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user