🎈 perf(eslint):eslint上下文内容寻找不报错
This commit is contained in:
parent
16d34900d0
commit
a880a6cc3b
@ -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