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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Lately updating aslant has been scary and failing to mark lines
Error: Cannot mark location in editor for (no-multiple-empty-lines) - (More than 2 blank lines not allowed.)
at .atom/packages/linter-eslint/lib/main.js:227:21
at Array.map (native)
at .atom/packages/linter-eslint/lib/main.js:192:27
The text was updated successfully, but these errors were encountered:
Updating the local eslint fixed the issue. I just guessed and that fixed it. It would be better if it somehow could gracefully encourage the right version of eslint.
The message you saw is a generic message thrown whenever an invalid coordinate is given from ESLint, as that (should) indicate a problem in what ESLint is telling you, we aren't filtering it out. We also can't really make it tell you the "right version" as that is almost always the latest version, and we would have to start building up a database of known bugs in ESLint and when they were fixed.
Lately updating aslant has been scary and failing to mark lines
The text was updated successfully, but these errors were encountered: