Skip to content

Commit

Permalink
Update common.rule.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed May 29, 2024
1 parent dd98fbd commit 00b00d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/common.rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default tseslint.config(
],
rules: {
'@stylistic/indent': ['error', 'tab'],
'@stylistic/js/comma-dangle': ['error', 'always-multiline'],
'@stylistic/no-tabs': 'off',
'@stylistic/semi': ['error', 'always', { omitLastInOneLineBlock: false }],
'@typescript-eslint/no-unused-vars': 'off',
Expand Down

0 comments on commit 00b00d5

Please sign in to comment.