-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect column numbers #74
Comments
For reference, here is the complete text of my test case:
|
Hey @qrohlf, thanks for your report and sorry for the late reply. This is a known issue on eslint ecosystem. Basically it's missing a range property on the report so we could know where the violation starts and ends. But there's something going on there. It should have had highlighted the code until a EOL, but it's doing the opposite, I'll take a look into it. |
I'm getting some nonsensical underlining when using linter-js-standard in my project:
That's with the default settings on a fresh install of Atom.
For reference, here's how that same file looks in Sublime using sublime-linter and SublimeLinter-contrib-standard
Note how the quote is highlighted and so is the non-existent variable.
The text was updated successfully, but these errors were encountered: