Releases: cabify/eslint-config
Releases · cabify/eslint-config
v3.0.1-beta
v3.0.1-beta
v2.1.4
v2.1.4-beta.1
What's changed
- Revert estlint-plugin-lodash to keep compatibility with ESLint v8.
Full Changelog: v2.1.4-beta.0...v2.1.4-beta.1
v2.1.4-beta.0
What's Changed
- Fixing problems with dependencies not being published properly in
v2.1.3
.
Full Changelog: v2.1.2...v2.1.4-beta.0
v2.1.3
What's Changed
- Bump the eslint-plugin dependencies in #461 by @carlostxm
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Bump the typescript-eslint group across 1 directory with 2 updates by @dependabot in #445
- Bump prettier from 3.3.2 to 3.3.3 by @dependabot in #443
- Bump the typescript-eslint group across 1 directory with 2 updates by @dependabot in #449
- Bump the typescript-eslint group with 2 updates by @dependabot in #452
- Bump the typescript-eslint group with 2 updates by @dependabot in #454
- Bump the typescript-eslint group across 1 directory with 2 updates by @dependabot in #459
Full Changelog: v2.1.1...v2.1.2
2.1.1
[2.1.1] - 2024-07-10
- Updating naming convention for imports. Added
camelCase
,PascalCase
andUPPER_CASE
.
2.1.0
[2.1.0] - 2024-06-20
- Updating dependencies before migration to ESlint 9.
2.0.1
[2.0.1] - 2023-07-12
- Bumped prettier to v3 and eslint-plugin-prettier to v5 because of compatibility issues between them.
2.0.0
[2.0.0] - 2023-06-19
Changed
- Breaking change in how type imports are sorted [email protected].
- Just run
eslint . --fix
.
- Just run
- Bumped dependencies.
- Bumped
eslint-plugin-import
dependencies after security alert.