Skip to content

Commit 6e659b0

Browse files
committed
Revert VS Code eslint config to original
1 parent 32cbaf2 commit 6e659b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vscode/.eslintrc.json

+2-2
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-
"off",
65+
"warn",
6666
{
6767
"common": [],
6868
"node": [
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"code-import-patterns": [
91-
"off",
91+
"warn",
9292
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9393
// !!! Do not relax these rules !!!
9494
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0 commit comments

Comments
 (0)