Skip to content

Commit

Permalink
chore: duplicate semi rule with stylistic
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Aug 26, 2024
1 parent 777a15e commit 26a60dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = tseslint.config(
'no-useless-escape': 'warn',

'no-unused-vars': 'off',
semi: 'warn',
semi: 'off',
'semi-spacing': 'warn'
}
},
Expand Down

0 comments on commit 26a60dd

Please sign in to comment.