setup(react): disable react/prop-types eslint rule
This commit is contained in:
parent
30be09cd35
commit
04dc3f0d04
|
@ -37,6 +37,7 @@
|
||||||
"prettier"
|
"prettier"
|
||||||
],
|
],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"react/prop-types": 0,
|
||||||
// "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
|
// "@typescript-eslint/consistent-type-definitions": ["error", "interface"],
|
||||||
"@typescript-eslint/consistent-type-imports": "error",
|
"@typescript-eslint/consistent-type-imports": "error",
|
||||||
// "@typescript-eslint/consistent-type-exports": "error",
|
// "@typescript-eslint/consistent-type-exports": "error",
|
||||||
|
|
Loading…
Reference in New Issue