Skip to content

Commit e002f14

Browse files
committed
revert: turn off two rules in eslint for vscode
1 parent c6e6f8e commit e002f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vscode/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"code-no-standalone-editor": "warn",
6363
"code-no-unexternalized-strings": "warn",
6464
"code-layering": [
65-
"warn",
65+
"off",
6666
{
6767
"common": [],
6868
"node": [
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"code-import-patterns": [
91-
"warn",
91+
"off",
9292
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9393
// !!! Do not relax these rules !!!
9494
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0 commit comments

Comments
 (0)