Releases: ackama/eslint-config-ackama
Releases · ackama/eslint-config-ackama
v4.0.0
4.0.0 (2024-12-06)
Bug Fixes
- javascript: remove deprecated
no-return-await
rule (e5a5f35) - javascript: replace
no-new-object
withno-object-constructor
(d2005ce) - omit negation from ignores in flat configuration to avoid breaking
@eslint/config-inspector
(d6e497f) - typescript: ensure that eslint recommended overrides are applied (27c2961)
- typescript: explicitly disable
@typescript-eslint/no-require-imports
(619df3d) - typescript: remove
@typescript-eslint/sort-type-constituents
(e6180b7)
Features
- add names to configs (e408fdb)
- convert configs to flat style (88ec9f6)
- javascript: drop support for ESLint v7 (be9b002)
- javascript: enable built-in
reportUnusedDisableDirectives
check (b9c8f21) - javascript: switch to
@eslint-community/eslint-plugin-eslint-comments
(245dcee) - javascript: switch to
@stylistic/eslint-plugin-js
(e93ef65) - javascript: switch to
eslint-plugin-n
(afac2bc) - jest: drop support for
eslint-plugin-jest
v27 (e838458) - jest: source formatting rules from
eslint-plugin-jest
(ea36362) - make
@eslint/js
a required peer dependency (873100f) - only officially export flat configuration type configs (b8cc031)
- react: remove
jsx-no-bind
rule (9fa7ef5) - remove
flowtype
config and related plugins (a781613) - rename
[@typescript-eslint](https://github.com/typescript-eslint)
config totypescript
(64eaaec) - support
@typescript-eslint/*
v8 (81d286b) - switch to exporting arrays to allow multiple configuration objects (6d956e0)
- typescript: drop support for
@typescript-eslint/*
v6 (87968fc) - typescript: switch to
@stylistic/eslint-plugin-ts
(ec6f9de) - upgrade
eslint-config-prettier
to v9 (0b66abb)
BREAKING CHANGES
- you must now use
typescript
instead of@typescript-eslint
- you must now ensure
@eslint/js
is installed - configs are now flat by default, unless
ESLINT_USE_FLAT_CONFIG
is'false'
flowtype
config is no longer available- typescript: you must now install
@stylistic/eslint-plugin-ts
- javascript: you must now install
@stylistic/eslint-plugin-js
- jest:
eslint-plugin-jest
v27 is no longer supported - typescript:
@typescript-eslint/*
v6 is no longer supported - javascript: ESLint v7 is no longer supported
v3.4.0
3.4.0 (2024-12-06)
Features
- add type declarations for configs (#347) (7d1577d), closes /github.com/typescript-eslint/typescript-eslint/issues/955#issuecomment-529075082
v3.3.0
v3.2.3
v3.2.2
v3.2.1
v3.2.0
3.2.0 (2023-08-28)
Features
- @typescript-eslint: upgrade to v6 and enable a few new rules (#285) (96aab43)
v3.1.1
3.1.1 (2023-07-14)
Bug Fixes
- @typescript-eslint: replace
no-parameter-properties
withparameter-properties
(#284) (7274099)