You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'v installed the plugin globally (my eslint is globally installed), and i i can use it manually to lint xml files from the command line: eslint --plugin [eslint-plugin-mozilla] --ext .xml .
Is it possible to configure Brackets-InteractiveLinter to use eslint plugins and to show results for xml files?
The text was updated successfully, but these errors were encountered:
onemen
changed the title
How enable eslint plugin to parch and lint xml files
How enable eslint plugin to parse and lint xml files
Feb 19, 2016
onemen
changed the title
How enable eslint plugin to parse and lint xml files
How to enable eslint plugin to parse and lint xml files
Feb 19, 2016
@onemen interactive linter loads and runs eslint in process; it does not call the externally available version of eslint. This has the drawback that I have to implement any particular features where eslint would otherwise handle itself as it is the case of allowing eslint to load plugins. I am lacking some time to investigate how I can use versions of eslint in system. I am open to suggestions and PRs. :)
I'v recently found eslint-plugin-mozilla that is capable to lint xml files
i'v installed the plugin globally (my eslint is globally installed), and i i can use it manually to lint xml files from the command line:
eslint --plugin [eslint-plugin-mozilla] --ext .xml .
Is it possible to configure Brackets-InteractiveLinter to use eslint plugins and to show results for xml files?
The text was updated successfully, but these errors were encountered: