Skip to content

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

v3.0.0

Choose a tag to compare

@internettrans internettrans released this 22 Jul 18:47

Breaking changes

v2.0.0

Choose a tag to compare

@internettrans internettrans released this 10 Dec 07:34

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

Choose a tag to compare

@internettrans internettrans released this 24 Oct 02:30

Fixes

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

v1.2.1

Choose a tag to compare

@internettrans internettrans released this 24 Oct 02:27

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

Choose a tag to compare

@internettrans internettrans released this 24 Oct 02:26

Features

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