Skip to content

Releases: joeldenning/eslint-config-react-important-stuff

v3.0.0

22 Jul 18:47
Compare
Choose a tag to compare

Breaking changes

v2.0.0

10 Dec 07:34
Compare
Choose a tag to compare

Breaking changes

  • Use of babel-eslint is no longer assumed. (2762771)

If you want to use babel-eslint, you now have to specify it yourself:

{
  "extends": [
    "react-important-stuff"
  ],
  "parser": "babel-eslint"
}

v1.2.2

24 Oct 02:30
Compare
Choose a tag to compare

Fixes

  • Removing unneeded package-lock.json, since this project uses yarn

v1.2.1

24 Oct 02:27
Compare
Choose a tag to compare

Fixes

  • Fixed problem where npmjs.com/package/eslint-config-react-important-stuff wasn't linking to github because of package.json issues.

v1.2.0

24 Oct 02:26
Compare
Choose a tag to compare

Features

  • Upgraded dependencies
  • Turned on the react hooks exhaustive deps rule as a warning