Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 1.27 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0 - 2020-12-31

  • Remove all plugins from dependencies
  • Ugprade eslint-plugin-compat to ^3.9.0 and put it to peerDependencies
  • Upgrade eslint-config-react-app to ^6.0.0
  • Add .editorconfig

2.5.0 - 2020-12-31

  • Rename img-has-alt rule

2.4.0 - 2020-10-14

  • Added eslint-plugin-compat

2.3.0 - 2020-08-31

  • Upgrade eslint-plugin-react-hooks to 4.x
  • Remove rule for react-hooks/exhaustive-deps

2.2.0 - 2020-07-22

  • Merge in rules from v1.x.

2.1.0 - 2020-04-21

  • Added new rules to the config
    • no-console
    • react/no-unused-prop-types
    • react/prop-types
  • Added eslint-plugin-import and related rules

2.0.0 - 2020-03-31

Complete structure redesign. The one and only source is eslint-config-react-app. @ackee/eslint-config is extended from that, then only follow a few custom rules.

1.0.0 - 2019-08-12

Updated

  • Ugprade eslint-config-airbnb to 18.x.
  • Rename package name: eslint-config-ackee -> @ackee/eslint-config.