This commit is contained in:
smart_ex 2022-06-24 18:47:41 +10:00
parent b2ccfb29d4
commit 1cae2afb3d
1 changed files with 4 additions and 16 deletions

View File

@ -21,10 +21,7 @@
"SwitchCase": 1
}
],
"linebreak-style": [
"error",
"unix"
],
"linebreak-style": ["error", "unix"],
"quotes": [
"error",
"single",
@ -32,19 +29,10 @@
"avoidEscape": true
}
],
"semi": [
"error",
"never"
],
"object-curly-spacing": [
"error",
"always"
],
"semi": ["error", "never"],
"object-curly-spacing": ["error", "always"],
"require-await": "error",
"comma-dangle": [
"error",
"only-multiline"
],
"comma-dangle": ["error", "only-multiline"],
"space-before-function-paren": [
"error",
{