Skip to content

Releases: elicwhite/ESLint-Formatter

2.4.3

22 Jun 19:18
0a9b519
Compare
Choose a tag to compare

[Fix] Added new config_file option to allow better working directory resolution

2.4.2

22 May 07:31
Compare
Choose a tag to compare

[Fix] Remove unwanted error dialogs

2.4.1

20 May 15:50
Compare
Choose a tag to compare

[Fix] fix global name data error

2.4.0

20 May 00:20
Compare
Choose a tag to compare

[Feat] Support invoking eslint from path, without explicit node (opt-in via config)
[Feat] Support extra_args config to pass additional arguments to eslint
[Feat] Support invoking eslint_d using stdio and updating the view in the on_pre_save hook

2.3.1

22 Sep 20:35
Compare
Choose a tag to compare

[Fix] Look up file tree for node_modules/eslint vs the nearest package.json

2.3.0

15 Sep 16:46
Compare
Choose a tag to compare

[Feat] Look for local eslint based on file path, not just at root
[Feat] Make it easier to open settings by opening default and user settings

2.2.1

03 Aug 21:42
Compare
Choose a tag to compare

[Fix] Improve running a local copy eslint on Windows
[Fix] Improve finding the local eslint based on the project path

2.2.0

03 Aug 19:22
Compare
Choose a tag to compare

[Feat] Try to find ESLint by looking at the sublime project's path
and finding up to the root for node_modules/.bin/eslint

2.1.1

16 Jul 06:53
Compare
Choose a tag to compare

[Fix] Fixing broken reference to glob

2.1.0

15 Jul 19:51
Compare
Choose a tag to compare

Try to use local eslint before falling back to eslint_path (#13)