diff --git a/web/eslint.config.js b/web/eslint.config.js index 41ba85f..40156d5 100644 --- a/web/eslint.config.js +++ b/web/eslint.config.js @@ -73,6 +73,7 @@ export default tseslint.config( "one-var-declaration-per-line": ["error", "initializations"], "quotes": ["error", "double", {allowTemplateLiterals: true}], "semi": ["error", "never"], + "curly": ["error", "all"], "comma-dangle": ["error", "always-multiline"], "max-len": ["error", 120], "space-before-function-paren": ["error", {