Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 920 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 920 Bytes

1.0.0

published SOON

  • ❗ bump eslint peer dependency to eslint@8 and all plugins to latest; rules will have changed.
  • ❗ Initial release under the new package name, @xavdid/eslint-config.

The below describes the changelog for the original package, published as eslint-config-xavdid.

3.0.0 (old package name)

published 2021-09-15

  • ❗ extracted React rules into eslint-config-xavdid-with-react. For react projects, version 1.0.0 of that is identical to 2.0.1 of this package.

2.0.1 (old package name)

published 2021-08-14

  • remove unnecessary eslint-plugin-standard

2.0.0 (old package name)

published 2021-08-14

  • ❗ deps are now properly out of peerDependencies
  • ❗ updated plugins, which will likely mean changed rules

1.0.0 (old package name)

published 2020-10-20

  • Initial public release