We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6649c commit fbd5524Copy full SHA for fbd5524
linter.py
@@ -38,6 +38,7 @@
38
39
STANDARD_SELECTOR = 'source.js, source.jsx, source.mjs, source.cjs'
40
PLUGINS = {
41
+ 'eslint-plugin-astro': 'source.astro',
42
'eslint-plugin-html': 'text.html',
43
'eslint-plugin-json': 'source.json',
44
'eslint-plugin-react': 'source.js, source.jsx, source.mjs, source.cjs, source.ts, source.tsx',
0 commit comments