Skip to content

Commit

Permalink
add curly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Sep 18, 2024
1 parent d1bb192 commit 697847c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default [
'@typescript-eslint/return-await': ['error', 'in-try-catch'],
'@typescript-eslint/typedef': 'off',
camelcase: 'off',
curly: 'error',
'max-lines': 'off',
'no-bitwise': 'off',
'no-empty': [
Expand Down

0 comments on commit 697847c

Please sign in to comment.