SublimeLinter-eslint

This linter plugin for SublimeLinter provides an interface to ESLint

MIT License

Stars
864
Committers
37

Bot releases are hidden (Show)

SublimeLinter-eslint - 4.5.4 Latest Release

Published by kaste 3 months ago

@Prinzhorn added the eslint-plugin-react detection.

SublimeLinter-eslint - 4.5.3

Published by kaste 5 months ago

@Prinzhorn updated our svelte detection.

SublimeLinter-eslint - 4.5.0

Published by kaste 9 months ago

Handle "fixes" using the Quick Action API of SublimeLinter. See: Command Palette SublimeLinter: Quick Action.

SublimeLinter-eslint - 4.4.1

Published by kaste 11 months ago

@amsul fixed a bug where we did not lint files that had $ in their filename.

SublimeLinter-eslint - 4.4.0

Published by kaste almost 2 years ago

  • enable selector-specific stdin filename for unsaved buffers (@dndrsn, #326)
SublimeLinter-eslint - 4.3.0

Published by kaste about 2 years ago

The plugin will now prefer a possible eslint_d installation (globally or
locally) over the slower eslint binary automatically.

You can control this behavior with the prefer_eslint_d setting. For example,
to turn this off in the global SublimeLinter settings:

"linters": {
    "eslint": {
        "prefer_eslint_d": false
    }
}
SublimeLinter-eslint - 4.2.5

Published by kaste about 2 years ago

  • Automatically detect angular-eslint projects
SublimeLinter-eslint - 4.2.4

Published by kaste over 2 years ago

  • Recognize tsdx installs and modify selector automatically. @bcomnes
SublimeLinter-eslint - 4.2.3

Published by kaste almost 3 years ago

  • Add helpful logging when the plugin decides to skip linting a particular view. πŸ‘‰ @Cobertos πŸ‘ˆ πŸ‘
SublimeLinter-eslint - 4.2.2

Published by kaste over 3 years ago

  • Support source.jsx from the new Sublime Text 4
SublimeLinter-eslint - 4.2.1

Published by kaste over 4 years ago

Automatically detect TSX files. πŸ‘‰ @zetavg

SublimeLinter-eslint - Detect eslint plugins

Published by kaste almost 5 years ago

PR #287

SublimeLinter-eslint -

Published by kaste almost 5 years ago

@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. 😁

SublimeLinter-eslint -

Published by kaste over 5 years ago

  • Use the new LintMatch to report errors
  • Only pass '--stdin-filename' if there is a filename actually
  • Remove deprecated 'npm_name' setting
SublimeLinter-eslint - Fix: Expect universal newlines

Published by kaste about 6 years ago

Thanks to @jackysee

SublimeLinter-eslint - Better error message

Published by kaste over 6 years ago

SublimeLinter-eslint -

Published by braver over 6 years ago

SublimeLinter-eslint - Demote DeprecationWarnings

Published by kaste over 6 years ago

SublimeLinter-eslint - Parity with SL 4.3

Published by kaste over 6 years ago

  • Demote config error to warning
  • Use notify_failure() on errors
  • Implement empty view hack previously in SL4
SublimeLinter-eslint - Okay, endLine is also optional

Published by kaste over 6 years ago

πŸ™ πŸ™β€β™‚οΈ