Skip to content

Commit

Permalink
Merge pull request #311 from SublimeLinter/add-jsx-to-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste committed Jun 3, 2021
2 parents 50210ca + 159f7c5 commit be197da
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 be197da

Please sign in to comment.