turn off @typescript-eslint/explicit-module-boundary-types
This commit is contained in:
parent
ec9fefefec
commit
d497323c75
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
||||||
"prettier/prettier": ["error"],
|
"prettier/prettier": ["error"],
|
||||||
"@typescript-eslint/no-unused-vars": "error",
|
"@typescript-eslint/no-unused-vars": "error",
|
||||||
"react/react-in-jsx-scope": "off",
|
"react/react-in-jsx-scope": "off",
|
||||||
"react/prop-types": "off"
|
"react/prop-types": "off",
|
||||||
|
"@typescript-eslint/explicit-module-boundary-types": "off"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
|
|
Loading…
Reference in a new issue