disable `@typescript-eslint/explicit-function-return-type`
parent
d497323c75
commit
bd6bd8a38f
|
@ -20,6 +20,7 @@
|
||||||
"@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-function-return-type": "off",
|
||||||
"@typescript-eslint/explicit-module-boundary-types": "off"
|
"@typescript-eslint/explicit-module-boundary-types": "off"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
|
|
Loading…
Reference in New Issue