Closed
Description
Hello guys! I've been successfully using this plugin with my Vue project directly on CLI, without any issues.
Today I was able to make the linter work on Atom editor with .vue files, but there's an issue with console.assert
calls on lib/utils/index.js. Looks like it doesn't have console.assert
method for some reason.
If I remove those calls from the node_modules
file locally, it works like a charm. So, questions:
- Are those really necessary?
- Is this an
linter
(atom package) or perhaps Atom issue?
macOS 10.12.5
Atom 1.18.0
Atom Plugins:
linter 2.2.0
linter-eslint 8.2.1