Skip to content

Commit

Permalink
Enable new rule
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann committed Dec 19, 2023
1 parent fbc6b89 commit 22c5b11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'off', // needed for Vue types compatibility
'@typescript-eslint/no-extraneous-class': 'off',
'@typescript-eslint/no-shadow': ['warn', { ignoreOnInitialization: true }],
'@typescript-eslint/no-unsafe-unary-minus': ['error'],
'@typescript-eslint/no-unsafe-unary-minus': 'error',
'@typescript-eslint/no-useless-template-literals': 'error',
'@typescript-eslint/prefer-enum-initializers': 'error',
'@typescript-eslint/prefer-readonly': 'error',
'@typescript-eslint/promise-function-async': 'error',
Expand Down

0 comments on commit 22c5b11

Please sign in to comment.