Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Releases: jsphstls/eslint-config-standard-react-strict

v.1.2.0

13 Mar 15:22
Compare
Choose a tag to compare

Fixes:

Improvements:

  • Extending latest jsx-a11y recommended ruleset.

v1.1.0

11 Mar 22:28
Compare
Choose a tag to compare

Fixes:

  • Compatible with react-scripts and create-react-app 2.1.8

Improvements:

  • Added react-hooks

v1.0.2

11 Dec 00:29
Compare
Choose a tag to compare

Fixes:

  • Upgraded eslint-config-standard-react to clear a deprecation warning.
  • Changed ecmaVersion to 2018 to clear a deprecation warning.
  • Corrected NPM registry in package-lock.json

Improvements:

  • Index.js lints itself.

v1.0.1

07 Dec 17:46
Compare
Choose a tag to compare

Fixes:

  • Added eslint dependency at a version that supports camelcase:allow.
  • Added React's UNSAFE methods to camelcase:allow.

Improvements:

  • Upgraded eslint-config-standard dependency.
  • Added package-lock.json
  • Added details to ReadME