Skip to content

Commit

Permalink
fix: fix missing ts rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Jun 8, 2024
1 parent a8127d4 commit bdda8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function typescript(options = {}) {
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'@typescript-eslint/no-unsafe-unary-minus': 'error',
'no-unnecessary-template-expression': 'warn',
'@typescript-eslint/no-unnecessary-template-expression': 'warn',
'@typescript-eslint/non-nullable-type-assertion-style': 'warn',
'@typescript-eslint/prefer-includes': 'warn',
'@typescript-eslint/prefer-optional-chain': 'warn',
Expand Down

0 comments on commit bdda8b2

Please sign in to comment.