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
1 changed files with 2 additions and 2 deletions

View File

@ -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 !!!
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!