Skip to content

Commit

Permalink
Add current recommended TypeScript eslint plugin
Browse files Browse the repository at this point in the history
Eslint for TypeScript uses `typescript-eslint` bundle now.
https://typescript-eslint.io/getting-started
  • Loading branch information
rgant authored Feb 26, 2025
1 parent fa7bd76 commit 4f7dd2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'angular-eslint': 'source.ts, text.html',
'@angular-eslint/eslint-plugin': 'source.ts, text.html',
'@typescript-eslint/parser': 'source.ts, source.tsx',
'typescript-eslint': 'source.ts, source.tsx',
'tsdx': 'source.ts, source.tsx',
'eslint-plugin-yml': 'source.yaml',
'eslint-plugin-yaml': 'source.yaml',
Expand Down

0 comments on commit 4f7dd2f

Please sign in to comment.