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-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 !!!
|
||||||
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
Loading…
Reference in New Issue