Skip to content

Commit

Permalink
Revert "Allow number in "@typescript-eslint/restrict-template-express…
Browse files Browse the repository at this point in the history
…ions""

This reverts commit 2309f39.
  • Loading branch information
studnitz committed Apr 19, 2024
1 parent 2309f39 commit 8913f8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ module.exports = {
'error',
{ prefer: 'type-imports', disallowTypeAnnotations: false },
],
'@typescript-eslint/restrict-template-expressions': [
'error',
{ allowNumber: true },
],

// handled by unused-imports/no-unused-imports
'@typescript-eslint/no-unused-vars': 'off',
Expand Down

0 comments on commit 8913f8a

Please sign in to comment.