Releases: SublimeLinter/SublimeLinter-eslint
Releases · SublimeLinter/SublimeLinter-eslint
4.2.3
4.2.2
4.2.1
Detect eslint plugins
4.1.7: Fix crashing when 'line' is not provided by eslint (#283)
@MicroDroid fixed an edge case where eslint does not provide a line
in for an error. Looks like these are always config errors so we just throw the message at the user. 😁
4.1.6: Merge pull request #274 from SublimeLinter/use-lintmatch
- Use the new
LintMatch
to report errors - Only pass '--stdin-filename' if there is a filename actually
- Remove deprecated 'npm_name' setting
Fix: Expect universal newlines
Thanks to @jackysee
Better error message
Merge pull request #252 from SublimeLinter/better-error-message Better user message for JSON decode errors
4.1.2: Merge pull request #250 from SublimeLinter/braver-patch-1
ignore ExperimentalWarning reports in stderr
Demote DeprecationWarnings
Merge pull request #245 from SublimeLinter/better-deprecations Look for `DeprecationWarning` in stderr