SublimeLinter-eslint icon indicating copy to clipboard operation
SublimeLinter-eslint copied to clipboard

This linter plugin for SublimeLinter provides an interface to ESLint

Results 11 SublimeLinter-eslint issues
Sort by recently updated
recently updated
newest added

Why not? Two new settings: - `filter_fixables` will hide fixable errors - `fix_on_save` will auto-fix the current buffer (only for js files) ๐Ÿคนโ€โ™‚๏ธ ? Fixes https://github.com/SublimeLinter/SublimeLinter/issues/1305

I'm using: ```json "eslint": "7.10.0", "babel-eslint": "10.1.0" ``` And SublimeLinter / eslint throws this error: ``` SublimeLinter: #1 eslint eslint.js ERROR: ========================================= {PATH_TO_MY_PROJECT}/node_modules/eslint/bin/eslint.js:93 } catch { ^ SyntaxError: Unexpected token...

I've noticed warnings on the ST console where the linter seems to be getting called excessively for file loads / modifications: ![image](https://user-images.githubusercontent.com/126299/99846054-47a51c80-2b3b-11eb-8e6b-f26d7c5c6628.png) [full output](https://github.com/SublimeLinter/SublimeLinter-eslint/files/5575864/output.txt) In this example there were 17...

Is there a way to configure this plugin so that it always uses a globally installed 'eslint'? I'm fine with it picking up local eslint configurations, but it's really troublesome...

eslint has too many options,we can't remember all the options, so,we need eslint config file completion

Eslint has a new Suggestions API that was initially described in [this RFC](https://github.com/eslint/rfcs/pull/30/files), and recently [merged](https://github.com/eslint/eslint/pull/12384) and released in eslint [6.7.0](https://github.com/eslint/eslint/releases/tag/v6.7.0). The suggestions API provides information for users to manually...

Compagnon of https://github.com/SublimeLinter/SublimeLinter/pull/1540

I end up with frequent little niggly issues with my linter configuration, and I think part of it is overriding the `executable` setting. So I'd like to know how do...

Hello! ๐Ÿ˜„ I have an application that runs webpack on a docker container and I have a node_modules volume mounted on this container so it is persisted between `docker-compose up`s...

Hi, Just writing this as a service for others who get in this headache. `nvm` does not play nicely with eslint/sublime. I spent weeks on/off trying to configure paths etc...