We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using example from docs:
node tmp.js Hello world! at /Users/yeti-or/Projects/Y/BEM/deps-formatter/tmp.js:3:12 : 2 | const fs = require('fs'); 3 | 4 | console.log(new Warnie('Hello world!', __filename, 3, 12) --------------------^ 5 | .explain(fs.readFileSync(__filename, 'utf-8').split('\n'))); 6 |
line is 3 but arrow is on line 4
The text was updated successfully, but these errors were encountered:
Because it is really counterintuitive. Maybe it could be an option?
Sorry, something went wrong.
Lines are zero-based but columns are one-based atm. Guess we should fix this.
Successfully merging a pull request may close this issue.
using example from docs:
line is 3 but arrow is on line 4
The text was updated successfully, but these errors were encountered: