Skip to content

Releases: ijsto/eslint-config

4.3.3

05 Dec 17:27
Compare
Choose a tag to compare

Moved Prettier to peerDependencies as an optional peerDependency (tnq @rtritto!)

4.3.0

11 Nov 09:51
2f09294
Compare
Choose a tag to compare

Adds support to ESLint V8.

To upgrade you can run

npx install-peerdeps --dev @ijsto/eslint-config@latest

3.0.2

05 May 13:05
Compare
Choose a tag to compare

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

03 Oct 19:02
Compare
Choose a tag to compare

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

01 Sep 04:00
Compare
Choose a tag to compare
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.