chore: update

This commit is contained in:
Anthony Fu
2023-09-22 03:59:48 +08:00
parent 220b8af18e
commit 0ec76ee5f0
+10 -4
View File
@@ -12,12 +12,18 @@
"source.organizeImports": false
},
// Silent the stylistic rules in you IDE, but still auto fix them
// Silent the stylistic rules in you IDE, but still auto fix them
"eslint.rules.customizations": [
{
"rule": "@stylistic/*",
"severity": "off"
}
{ "rule": "@stylistic/*", "severity": "off" },
{ "rule": "*-indent", "severity": "off" },
{ "rule": "*-spacing", "severity": "off" },
{ "rule": "*-spaces", "severity": "off" },
{ "rule": "*-order", "severity": "off" },
{ "rule": "*-dangle", "severity": "off" },
{ "rule": "*-newline", "severity": "off" },
{ "rule": "*quotes", "severity": "off" },
{ "rule": "*semi", "severity": "off" }
],
// The following is optional.