diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-29 00:41:34 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-29 00:58:39 -0500 |
| commit | 56af46f84a396884b42d503988b71f3d5a678a41 (patch) | |
| tree | 9f5635a06b704cfb95e8d364fd0c0dbee5e6cce4 /eslint.config.js | |
| parent | 665f82200f6d6d8550a468bd76ee19759467f665 (diff) | |
eslint: enable stylistic brace-style
Diffstat (limited to 'eslint.config.js')
| -rw-r--r-- | eslint.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eslint.config.js b/eslint.config.js index ba4af07e..7722ce72 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -17,6 +17,7 @@ export default [ }, rules: { "no-var": ["error"], + "@stylistic/brace-style": ["error", "1tbs"], "@stylistic/indent": ["error", 4], "@stylistic/linebreak-style": ["error", "unix"], "@stylistic/quotes": ["error", "double"], |
