Skip to content

Commit

Permalink
Add source.jsx to the standard selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jun 3, 2021
1 parent d097de9 commit 159f7c5
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 @@ -24,7 +24,7 @@
logger = logging.getLogger('SublimeLinter.plugin.eslint')


STANDARD_SELECTOR = 'source.js'
STANDARD_SELECTOR = 'source.js, source.jsx'
PLUGINS = {
'eslint-plugin-html': 'text.html',
'eslint-plugin-json': 'source.json',
Expand Down

0 comments on commit 159f7c5

Please sign in to comment.