mirror of https://git.tuxpa.in/a/code-server.git
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 !!!
|
||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
Loading…
Reference in New Issue