🎈 perf(eslint):eslint上下文内容寻找不报错
This commit is contained in:
parent
16d34900d0
commit
a880a6cc3b
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": ["taro/react","@aaronghx/eslint-config-react"],
|
"extends": ["taro/react", "@aaronghx/eslint-config-react"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-console": "off",
|
"no-console": "off",
|
||||||
"@typescript-eslint/no-shadow": "off",
|
"@typescript-eslint/no-shadow": "off",
|
||||||
@ -10,6 +10,6 @@
|
|||||||
"react/no-children-prop": "off",
|
"react/no-children-prop": "off",
|
||||||
"import/no-commonjs": "off",
|
"import/no-commonjs": "off",
|
||||||
"no-use-before-define": "off",
|
"no-use-before-define": "off",
|
||||||
"@typescript-eslint/no-use-before-define": ["error"]
|
"@typescript-eslint/no-use-before-define": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user