polygonplanet / sublime-text-eslint

ESLint any JavaScript file in Sublime Text
24 stars 7 forks source link

Show wang and error position only if they are set #15

Closed tsuriga closed 7 years ago

tsuriga commented 7 years ago

Fixes #14

Output after changes:

[ESLint: /Users/tsuriga/code/test/.eslintrc.js]

     Warn  File ignored by default.  Use a negated ignore pattern (like "--ignore-pattern '!<relative/path/to/filename>'") to override.

✗ 0 errors, 1 warning

Double-click on lines to jump to location, [F4] for next, [shift-F4] for previous.

[Finished in 0.3s]
polygonplanet commented 7 years ago

Great, I confirmed it. Thanks!