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

Releases: AtomLinter/linter-eslint

v5.2.6

07 Dec 23:14
Compare
Choose a tag to compare
  • Fix file exception on Windows resolution (#354)
  • Verify configFile is a string before using it (#358)

v5.2.5

04 Dec 18:53
Compare
Choose a tag to compare
  • Fix file import resolution (#340)
  • Fix a bug detecting .eslintrc.js configurations (#343)
  • Fix file now uses the same worker as for linting (#307)

v5.2.4

25 Nov 19:46
Compare
Choose a tag to compare
  • Update dependencies to bring in some bug fixes

v5.2.3

23 Nov 03:27
Compare
Choose a tag to compare
  • Fix a typo introduced by last release

v5.2.2

23 Nov 03:27
Compare
Choose a tag to compare
  • Allow ignoring the .eslintignore file
  • Add disableWhenNoEslintConfig config (true by default) to only disable the linter if no ESLint config is found in a package.json or .eslintrc file. This replaces the disableWhenNoEslintrcFileInPath config.
  • Add support for ESlint configuration file formats .eslintrc.js, .eslintrc.yaml, .eslintrc.yml, and .eslintrc.json

v5.2.1

18 Nov 22:52
Compare
Choose a tag to compare
  • Support local and absolute paths for eslintRulesDir
  • Handle messages with no line properly
  • Interpolate environment variables in the provided path for the eslint config file

v5.2.0

18 Nov 19:08
Compare
Choose a tag to compare
  • Fix a bug where column would be incorrect sometimes
  • Respawn the worker if it crashes
  • Re-add eslintRulesDir config
  • Add support for .eslintignore
  • Add eslintRcPath config
  • Add linter-eslint:fix-file command

v5.1.0

15 Nov 22:23
Compare
Choose a tag to compare
  • Improved error verbosity
  • Show a nice error notification if npm get prefix fails
  • Re-add globalNodePath config

v5.0.2

15 Nov 22:23
Compare
Choose a tag to compare
  • Support local ESLint installation
  • Support global ESLint on Windows

v5.0.1

15 Nov 10:19
Compare
Choose a tag to compare
  • Shows a nice notification if the worker process crashed for some reason