Releases: ijsto/eslint-config
4.3.3
4.3.0
Adds support to ESLint V8.
To upgrade you can run
npx install-peerdeps --dev @ijsto/eslint-config@latest
3.0.2
With this release we deprecate prettier/react
as it's included in general prettier configuration. #5 @valoricDe
Fixes #4
To update run
yarn add @ijsto/eslint-config@latest
3.0.1
With this release we add label-has-associated-control
assertation to check for either htmlFor
attribute on label
or input
being wrapped in a label
element.
3.0
Today we are thrilled to introduce a complete rewrite of this eslint-config. there are no breaking changes for you and you may continue using this plugin as you have been.
This opens many doors, but most importantly it will not automatically detect if you are using Next.js and apply appropriate rules.
While this is just one feature (one step) this is the first step - with more to come soon! :)
Big thanks to @manovotny for helping understand parts of his package eslint-config-get-off-my-lawn which served as base to some of the new functionality of this release.