This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Releases: AtomLinter/linter-eslint
Releases · AtomLinter/linter-eslint
v8.4.0
v8.3.2
v8.3.1
v8.3.0
v8.3.0
- Stop breaking
BABEL_ENV
within Atom (#961) - Handle empty
projectPath
in diagnostic command (#962) - Set
cwd
to project directory if no.eslintignore
is found (#965) - Update to ESLint v4.6.0 internally (#938, #997)
- Add a right click command to trigger a fix job (#963)
- Ignore invalid
TextEditor
s for fix jobs (#978) - Handle ESLint errors as a lint message (#1015)
- Add option to silence fixable rules while typing (#1018)
v8.2.1
v8.2.0
- Linter API v2 (#855)
- Support global Yarn installs and better errors (#907)
- Preserve
.eslintcache
on fixes (#898) - Handle parse errors better (#911)
- Move to the Task API (#889)
- Use Atom's per-package transpilation (#890)
- Wait on specific Notifications in the specs (#902)
- Fix builds of Atom beta (#913)
- Fix embedded HTML scope with custom scopes (#914)
- Utilize
warnIgnored
instead of filtering messages (#915) - Remove attempt to reset cursor position (#876)
- Add specs for
showRuleIdInMessage
(#916)