Skip to content

Releases: AckeeCZ/eslint-config

v4.1.0

09 Jun 07:02
Compare
Choose a tag to compare

Changelog

Added new rules import/order and arrow-body-style. See #25 for more info.

v4.0.0

12 Jan 10:42
Compare
Choose a tag to compare

Changelog

💥 Breaking changes

  • ⬆️ eslint-config-react-app@7.0.0

🧑‍💻 Possible action required on your side

If you're using @ackee/eslint-config separately (i.e. without @ackee/react-scripts), you need to upgrade the following dependencies:

yarn add eslint@8.0.0 @typescript-eslint/eslint-plugin@5.5.0 @typescript-eslint/parser@5.5.0 eslint-plugin-flowtype@8.0.3 eslint-plugin-import@2.25.3 eslint-plugin-jest@25.3.0 eslint-plugin-jsx-a11y@6.5.1 eslint-plugin-react@7.27.1 eslint-plugin-react-hooks@4.3.0 eslint-plugin-testing-library@5.0.1 @babel/eslint-parser@7.16.3 eslint-plugin-compat@4.0.1 -E -D

Migration from 2.x -> 3.0.0

11 Mar 12:49
Compare
Choose a tag to compare

Description

From version 3.0.0 @ackee/eslint-config won't install eslint plugins automatically and it's needs to be installed manually in a project with @ackee/eslint-config. See the !21 for more info.

Migration Guide

Install following dependencies to your project:

yarn add @typescript-eslint/eslint-plugin@^4.0.0 @typescript-eslint/parser@^4.0.0 eslint@^7.5.0 eslint-plugin-flowtype@^5.2.0 eslint-plugin-react-hooks@^4.0.8 eslint-plugin-compat@3.9.0 eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-react@7.x babel-eslint@10.x -D