Skip to content

Commit

Permalink
web/eslint: add curly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jan 3, 2025
1 parent 5d25d83 commit f766b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit f766b78

Please sign in to comment.