Releases: peerigon/eslint-config-peerigon
Releases · peerigon/eslint-config-peerigon
v40.0.0
40.0.0 (2024-09-13)
Features
BREAKING CHANGES
- Updated the prettier config to also sort imports.
v39.0.1
39.0.1 (2024-04-29)
Bug Fixes
- Disable @trivago/prettier-plugin-sort-imports temporarily (#142) (501c74e)
v39.0.0
39.0.0 (2024-03-22)
Features
- Replace deprecated eslint-plugin-node with eslint-plugin-n (#119) (f0d0521)
BREAKING CHANGES
- Since we switched from eslint-plugin-node to eslint-plugin-n, this may introduce new ESLint errors in Node projects.
v38.0.0
38.0.0 (2024-03-22)
chore
- Update dependencies to latest versions (#116) (20ac5cb)
BREAKING CHANGES
- Update @typescript-eslint/eslint-plugin and
@typescript-eslint/parser from 6.x to 7.x
v37.2.0
37.2.0 (2024-03-22)
Features
- Add shared Prettier config for import sorting (cb1ba16)
v37.0.2
37.0.2 (2023-11-08)
Bug Fixes
- Relax logical-assignment-operators rule again (38c984f)
v37.0.1
37.0.1 (2023-11-08)
Bug Fixes
- Relax logical-assignment-operators rule (25fe184)