ci: improve code formatting [skip ci]

This commit is contained in:
lowlighter
2022-04-23 20:25:59 -04:00
parent d1562d4d7c
commit bc176cd67c
2 changed files with 2 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"incremental": true,
"indentWidth": 2,
"typescript": {
"lineWidth": 280,
"lineWidth": 360,
"semiColons": "asi",
"quoteStyle": "preferDouble",
"useBraces": "preferNone",

View File

@@ -35,10 +35,9 @@ rules:
# Avoid visual pollution
semi: [error, never]
semi-spacing: error
semi-style: [error, first]
curly: [error, multi-or-nest]
dot-notation: error
no-extra-semi: off
# Avoid confusing code
no-label-var: error
@@ -147,4 +146,3 @@ rules:
no-extra-parens: [error, functions]
arrow-body-style: [error, as-needed]
arrow-parens: [error, as-needed]
implicit-arrow-linebreak: error