Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Releases: AtomLinter/linter-eslint

v8.4.0

19 Oct 04:38
v8.4.0
7f79165
Compare
Choose a tag to compare
  • Normalize all config paths (#1014)
  • Check for remote files (#1017)
  • Allow multiple rule directories (#1016)

v8.3.2

18 Sep 06:55
v8.3.2
d5bbcee
Compare
Choose a tag to compare
  • Verify that a rule has a meta property before accessing (#1026)

v8.3.1

18 Sep 06:32
v8.3.1
0e07cca
Compare
Choose a tag to compare
  • Fix deprecation warning in Atom v1.21.0 (#1019)
  • Don't attempt to process fixable rules on ESLint v3 (#1024)

v8.3.0

18 Sep 04:14
v8.3.0
1a9cf01
Compare
Choose a tag to compare

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 TextEditors for fix jobs (#978)
  • Handle ESLint errors as a lint message (#1015)
  • Add option to silence fixable rules while typing (#1018)

v8.2.1

04 Aug 22:15
v8.2.1
478a4ed
Compare
Choose a tag to compare
  • Prevent users .babelrc from breaking building the package (#922)

v8.2.0

22 May 17:51
v8.2.0
20f34d0
Compare
Choose a tag to compare
  • 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)

v8.1.7

27 Apr 05:25
v8.1.7
44a2f08
Compare
Choose a tag to compare
  • Let ESLint handle configuration where possible (#896)

v8.1.6

13 Apr 21:43
v8.1.6
520a5aa
Compare
Choose a tag to compare
  • Reduce package activation time (#875)
  • Async-ify the specs (#878)
  • Cancel pending idle callbacks on deactivate (#880)

v8.1.5

08 Apr 02:59
v8.1.5
e9df0a2
Compare
Choose a tag to compare
  • Move to the CLIEngine API (#873)
  • Attempt to restore cursor position after fixing (#853)

v8.1.4

14 Mar 23:44
Compare
Choose a tag to compare
  • Improve package.json eslintConfig support (#848)