Releases: davidjbradshaw/eslint-config-adjunct
Releases · davidjbradshaw/eslint-config-adjunct
v4.6.0
v4.5.2
v4.5.0
Add security rules section:
- eslint-plugin-no-secrets
- eslint-plugin-no-unsanitized
- eslint-plugin-scanjs-rules
- eslint-plugin-security
Add more test rules:
v4.4.0
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
Automatically workout which prettier configs to load based on which eslint plugins have been installed
v4.2.2
Disabled
- unicorn/no-reduce
- unicorn/no-null
v4.2.1
Disable duplication rules in tests
v4.2.0
- Add Lodash, except prefer over native rules
- Disabled array-func/prefer-array-from due to clash with Unicorn rule
v4.1.0
- Added better detection for test files
- Disable promise rules in unit tests
v4.0.0
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.