Skip to content

v4.0.0

Compare
Choose a tag to compare
@davidjbradshaw davidjbradshaw released this 16 Apr 13:04
· 177 commits to master since this release

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.