Brackets-InteractiveLinter icon indicating copy to clipboard operation
Brackets-InteractiveLinter copied to clipboard

eslint require error

Open raiscui opened this issue 9 years ago • 1 comments

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

raiscui avatar Oct 16 '15 09:10 raiscui

@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 :)

MiguelCastillo avatar Oct 19 '15 00:10 MiguelCastillo