Skip to content

Commit 6da43e2

Browse files
authored
Merge pull request #343 from rgant/rgant-standard-selector-1
2 parents c3b963d + 6a6198e commit 6da43e2

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
@@ -36,7 +36,7 @@
3636
logger = logging.getLogger('SublimeLinter.plugin.eslint')
3737

3838

39-
STANDARD_SELECTOR = 'source.js, source.jsx'
39+
STANDARD_SELECTOR = 'source.js, source.jsx, source.mjs, source.cjs'
4040
PLUGINS = {
4141
'eslint-plugin-html': 'text.html',
4242
'eslint-plugin-json': 'source.json',

0 commit comments

Comments
 (0)