Skip to content

Releases: davidjbradshaw/eslint-config-adjunct

v4.6.0

10 Jun 10:20
Compare
Choose a tag to compare
  • Added eslint-plugin-json
  • Fixed issue with json-format clashing with no-secrets and json plugins

v4.5.2

10 Jun 10:22
Compare
Choose a tag to compare
  • Added @latest to packages to install error message

v4.5.0

v4.4.0

30 May 19:54
Compare
Choose a tag to compare

Expanded test libraries support:

  • eslint-plugin-ava
  • eslint-plugin-chai-expect
  • eslint-plugin-chai-friendly
  • eslint-plugin-mocha-cleanup
  • eslint-plugin-qunit

v4.3.0

27 May 19:02
Compare
Choose a tag to compare

Automatically workout which prettier configs to load based on which eslint plugins have been installed

v4.2.2

27 May 12:55
Compare
Choose a tag to compare

Disabled

  • unicorn/no-reduce
  • unicorn/no-null

v4.2.1

26 May 11:55
Compare
Choose a tag to compare

Disable duplication rules in tests

v4.2.0

29 Apr 14:49
Compare
Choose a tag to compare
  • Add Lodash, except prefer over native rules
  • Disabled array-func/prefer-array-from due to clash with Unicorn rule

v4.1.0

16 Apr 12:56
Compare
Choose a tag to compare
  • Added better detection for test files
  • Disable promise rules in unit tests

v4.0.0

16 Apr 13:04
Compare
Choose a tag to compare

This release added auto-detections of project dependancies and only loads plugins required for your project.

-- Add support for Prettier
-- Add rules for tests written with Jest, Jasmine and Mocha
-- Add Lodash-fp rules
-- Add Ramda rules

The way required esLint packages are added has also been improved, missing packages are collectively detected and the command to load all of them is now outputted in the missing plugins error messages. This allows multiple missing package to be install in one go.