diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-09-20 12:57:45 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2023-09-20 12:57:45 +0200 |
| commit | 59028dd4046ad0715d80be8d1ed0031f20f05b7a (patch) | |
| tree | c66c470ad4fb959b8959f1895e410762c557437b /.eslintrc.js | |
| parent | ef28c355ef69fee7511956751bbdb5dcd1a931b1 (diff) | |
mostly whitespaces, please don't break
Diffstat (limited to '.eslintrc.js')
| -rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 5951e2e..5f96bbc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,7 @@ module.exports = { }, plugins: ['@typescript-eslint'], rules: { - "indent": ["warn", 4], + "indent": ["warn", 4, { "SwitchCase": 1 }], "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }], }, }; |
