Skip to content

Commit fbd5524

Browse files
authored
Add eslint-plugin-astro (#342)
1 parent ea6649c commit fbd5524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
STANDARD_SELECTOR = 'source.js, source.jsx, source.mjs, source.cjs'
4040
PLUGINS = {
41+
'eslint-plugin-astro': 'source.astro',
4142
'eslint-plugin-html': 'text.html',
4243
'eslint-plugin-json': 'source.json',
4344
'eslint-plugin-react': 'source.js, source.jsx, source.mjs, source.cjs, source.ts, source.tsx',

0 commit comments

Comments
 (0)