Releases: elicwhite/ESLint-Formatter
Releases · elicwhite/ESLint-Formatter
2.4.3
[Fix] Added new config_file
option to allow better working directory resolution
2.4.2
[Fix] Remove unwanted error dialogs
2.4.1
[Fix] fix global name data error
2.4.0
[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
[Fix] Look up file tree for node_modules/eslint vs the nearest package.json
2.3.0
[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
[Fix] Improve running a local copy eslint on Windows
[Fix] Improve finding the local eslint based on the project path
2.2.0
[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
[Fix] Fixing broken reference to glob
2.1.0
Try to use local eslint before falling back to eslint_path (#13)