revert: turn off two rules in eslint for vscode
This commit is contained in:
parent
c6e6f8e2b3
commit
e002f14423
@ -62,7 +62,7 @@
|
||||
"code-no-standalone-editor": "warn",
|
||||
"code-no-unexternalized-strings": "warn",
|
||||
"code-layering": [
|
||||
"warn",
|
||||
"off",
|
||||
{
|
||||
"common": [],
|
||||
"node": [
|
||||
@ -88,7 +88,7 @@
|
||||
}
|
||||
],
|
||||
"code-import-patterns": [
|
||||
"warn",
|
||||
"off",
|
||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
// !!! Do not relax these rules !!!
|
||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
Reference in New Issue
Block a user