Skip to content

Commit f72d4bb

Browse files
authored
Merge pull request #339 from Prinzhorn/angular-typescript
@angular-eslint/eslint-plugin can lint ts files
2 parents 997aec2 + 675c87e commit f72d4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'eslint-plugin-svelte': 'text.html',
4545
'eslint-plugin-svelte3': 'text.html',
4646
'eslint-plugin-vue': 'text.html.vue',
47-
'@angular-eslint/eslint-plugin': 'text.html',
47+
'@angular-eslint/eslint-plugin': 'source.ts, text.html',
4848
'@typescript-eslint/parser': 'source.ts, source.tsx',
4949
'tsdx': 'source.ts, source.tsx',
5050
'eslint-plugin-yml': 'source.yaml',

0 commit comments

Comments
 (0)