Skip to content

Commit

Permalink
feat: add space-in-parens rule configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed May 25, 2024
1 parent cb44825 commit 4f435cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default [
'no-loss-of-precision': 'off',
'no-unused-vars': 'off',
'require-await': 'off',
'space-in-parens': [ 'error', 'never' ],
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
'@typescript-eslint/no-empty-function': 'off',
Expand Down

0 comments on commit 4f435cf

Please sign in to comment.