Skip to content

Commit

Permalink
Merge branch 'SublimeLinter:master' into rgant-astro-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgant authored Feb 27, 2025
2 parents d15068f + ea6649c commit 4f911ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
logger = logging.getLogger('SublimeLinter.plugin.eslint')


STANDARD_SELECTOR = 'source.js, source.jsx'
STANDARD_SELECTOR = 'source.js, source.jsx, source.mjs, source.cjs'
PLUGINS = {
'eslint-plugin-astro': 'source.astro',
'eslint-plugin-html': 'text.html',
Expand All @@ -47,6 +47,7 @@
'eslint-plugin-vue': 'text.html.vue',
'angular-eslint': 'source.ts, text.html',
'@angular-eslint/eslint-plugin': 'source.ts, text.html',
'typescript-eslint': 'source.ts, source.tsx',
'@typescript-eslint/parser': 'source.ts, source.tsx',
'tsdx': 'source.ts, source.tsx',
'eslint-plugin-yml': 'source.yaml',
Expand Down

0 comments on commit 4f911ba

Please sign in to comment.