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.1.3

14 Mar 19:23
v8.1.3
9fa229c
Compare
Choose a tag to compare
  • Log the file scope in debug command (#835)
  • Don't specify rulesDir if not found (#843)
  • Update specs for ESLint v3.17.0 (#844)

v8.1.2

22 Feb 03:37
v8.1.2
e2cad24
Compare
Choose a tag to compare
  • Update atom-linter bringing in a fix for #765 (#817)

v8.1.1

11 Feb 08:57
v8.1.1
60b181b
Compare
Choose a tag to compare
  • Exclude .babelrc from releases (#809)
  • Use cursor scope instead of file when checking fix-on-save (#811)
  • Handle undefined package path (#812)
  • Temporarily disable an intermittent spec (#813)
  • Remove custom styling on rules (#814)

v8.1.0

30 Jan 19:53
v8.1.0
916a7d9
Compare
Choose a tag to compare
  • Handle invalid points gracefully (#761)
  • Warn on partial fixes (#777)
  • Ignore ~/.eslintrc when determining disableWhenNoEslintConfig status (#778)
  • Allow rules to be excluded from fix runs (#795)

v8.0.0

10 Oct 22:03
v8.0.0
ba5849f
Compare
Choose a tag to compare
  • Update ESLint to v3.5.0 (#692)
  • Add setting for rules to silence while typing (#666)
  • Update ESLint to v3.6.0 (#713)
  • Add a debug information command (#730)
  • Add support for endLine and endColumn in ESLint messages (#709)

v7.3.2

15 Sep 16:59
v7.3.2
f75801f
Compare
Choose a tag to compare
  • Fix a race condition with modified editor text (#703)

v7.3.1

12 Sep 18:11
v7.3.1
7b9ba39
Compare
Choose a tag to compare
  • Throw original error for invalid ranges (#694)

v7.3.0

08 Sep 03:22
v7.3.0
cbc6fa3
Compare
Choose a tag to compare
  • Fix sending null to path.dirname() for future Electron compatibility (#673)
  • Use eslint-rule-documentation to get help URL's for rules (#657)
  • Correctly ignore the messages from ESLint about ignored files (#670)
  • Make the scopes linter-eslint runs on configurable (#629)
  • Move configuration to the package.json (#619)

v7.2.4

21 Jun 17:08
v7.2.4
bca59eb
Compare
Choose a tag to compare
  • Bump minimum Atom version to v1.8.0

v7.2.3

17 Jun 17:51
v7.2.3
77de9b7
Compare
Choose a tag to compare
  • Clarified disableEslintIgnore description (#569)
  • Update eslint-plugin-ava link (#589)
  • Update ignore message for eslint@2.11.1 (#593)