Skip to content

Latest commit

 

History

History
162 lines (99 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

162 lines (99 loc) · 4.8 KB

@mheob/eslint-config

4.1.0

Minor Changes

  • add auto-fix for unused imports and vars --> (#106) by @mheob

Patch Changes

  • bump eslint-config-next to 13.1.0 --> (#106) by @mheob

4.0.0

Major Changes

  • add eslint-plugin-simple-import-sort and eslint-plugin-import ESLint plugins --> (#103) by @mheob

Minor Changes

  • add newest rules from eslint-plugin-unicorn --> (#101) by @mheob

Patch Changes

  • chore(deps): update all non-major dependencies --> (#99) by @renovate

  • chore(deps): update all non-major dependencies --> (#95) by @renovate

3.1.0

Minor Changes

  • disable unicorn/no-array-reduce ESLint rule --> (#93) by @mheob

Patch Changes

3.0.1

Patch Changes

3.0.0

Major Changes

2.2.0

Minor Changes

  • #59 ec5e9e3 Thanks @mheob! - Disable unicorn/no-array-for-each rule as default

Patch Changes

2.1.2

Patch Changes

2.1.1

Patch Changes

2.1.0

Minor Changes

  • 718c5e2: Deactivate @typescript-eslint/explicit-function-return-type rule for jsx files.
  • 70cbb2c: Add typescript definitions

Patch Changes

  • 8a868bf: Update dependencies

2.0.2

Patch Changes

  • 87fb7e0: Update all dependencies
  • a211713: Add more typescript specific rules.

2.0.1

Patch Changes

  • 7c1d265: Change old and wrong main file name in package.json from index.cjs to index.js.

2.0.0

Major Changes

  • 6e97fe2: Split ESLint configuration into specified files (base/reat/next for now).

Patch Changes

  • 6e97fe2: Improve README to get a better copy/paste experience.

1.0.1

Patch Changes

  • 7d96f86: Update all dependencies

1.0.0

Major Changes

  • 723ce7d: Initial configuration