MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

eslint require error #165

Open raiscui opened 8 years ago

raiscui commented 8 years ago

when use "interactive-linter.javascript": ["eslint"], "language": { "javascript": { "linting.prefer": [ "ESLint" ], "linting.usePreferredOnly": true } }

and .eslintrc "parser": "babel-eslint",

the InteractiveLinter will echo Interactive Linter: 1 Linter Problem like that: Module name "babel-eslint" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded [undefined] - undefined

MiguelCastillo commented 8 years ago

@raiscui yeah configuring anything but linting rules is supported. Currently, supporting the parser field isn't a priority as that's not quite as common of a use case. However, I will happily accept a PR :)