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?