1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-27 12:45:25 +00:00

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

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