revert: turn off two rules in eslint for vscode

This commit is contained in:
Joe Previte 2021-02-25 12:41:15 -07:00
parent c6e6f8e2b3
commit e002f14423
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24

View File

@ -62,7 +62,7 @@
"code-no-standalone-editor": "warn", "code-no-standalone-editor": "warn",
"code-no-unexternalized-strings": "warn", "code-no-unexternalized-strings": "warn",
"code-layering": [ "code-layering": [
"warn", "off",
{ {
"common": [], "common": [],
"node": [ "node": [
@ -88,7 +88,7 @@
} }
], ],
"code-import-patterns": [ "code-import-patterns": [
"warn", "off",
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// !!! Do not relax these rules !!! // !!! Do not relax these rules !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!