Skip to content

Commit

Permalink
Merge pull request #343 from rgant/rgant-standard-selector-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Feb 27, 2025
2 parents c3b963d + 6a6198e commit 6da43e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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-html': 'text.html',
'eslint-plugin-json': 'source.json',
Expand Down

0 comments on commit 6da43e2

Please sign in to comment.