Skip to content

Releases: ijsto/eslint-config

4.3.3

Choose a tag to compare

@ScottAgirs ScottAgirs released this 05 Dec 17:27

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

4.3.0

Choose a tag to compare

@ScottAgirs ScottAgirs released this 11 Nov 09:51
2f09294

Adds support to ESLint V8.

To upgrade you can run

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

3.0.2

Choose a tag to compare

@ScottAgirs ScottAgirs released this 05 May 13:05

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

Choose a tag to compare

@ScottAgirs ScottAgirs released this 03 Oct 19:02

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

3.0

Choose a tag to compare

@ScottAgirs ScottAgirs released this 01 Sep 04:00

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.