SublimeLinter Eslint Versions Save

This linter plugin for SublimeLinter provides an interface to ESLint

4.5.0

3 months ago

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

4.4.1

6 months ago

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

4.4.0

1 year ago
  • enable selector-specific stdin filename for unsaved buffers (@dndrsn, #326)

4.3.0

1 year 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
    }
}

4.2.5

1 year ago
  • Automatically detect angular-eslint projects

4.2.4

1 year ago
  • Recognize tsdx installs and modify selector automatically. @bcomnes

4.2.3

2 years ago
  • Add helpful logging when the plugin decides to skip linting a particular view. 👉 @Cobertos 👈 👏

4.2.2

2 years ago
  • Support source.jsx from the new Sublime Text 4

4.2.1

4 years ago

Automatically detect TSX files. 👉 @zetavg

4.2.0

4 years ago

PR #287