Releases: siemens/lint
Releases · siemens/lint
v2.0.0
2.0.0 (2025-01-30)
Bug Fixes
- eslint-config: remove formatting rules (6aaa586)
Features
- eslint-config-typescript: replace eslint-plugin-import with eslint-perfectionist (fde5d68)
- eslint-config: remove base eslint formatting rules (284794b)
- eslint-configs: drop eslint-plugin-jsdoc (359021b)
BREAKING CHANGES
- eslint-config:
eslint-config-typescript
andeslint-config-angular
no longer ship any formatting rules, please use prettier or set up formatting rules yourself. If you're using prettier, you might also want to removeeslint-config-prettier
from your dependencies. - eslint-config-typescript: Projects need to update their dependencies:
- Remove
eslint-plugin-import
from the dependencies. - Add
eslint-plugin-perfectionist
to the dependencies. - Update your ESLint configuration in case 'import/order' rules where applied.
See https://perfectionist.dev/rules/sort-imports for new possible options.
v2.0.0-next.3
2.0.0-next.3 (2025-01-29)
Features
v2.0.0-next.2
2.0.0-next.2 (2025-01-23)
Bug Fixes
- eslint-config: remove formatting rules (6aaa586)
BREAKING CHANGES
- eslint-config:
eslint-config-typescript
andeslint-config-angular
no longer ship any formatting rules, please use prettier or set up formatting rules yourself.
v2.0.0-next.1
2.0.0-next.1 (2025-01-20)
Features
- eslint-config-typescript: replace eslint-plugin-import with eslint-perfectionist (14bc013)
BREAKING CHANGES
- eslint-config-typescript: Projects need to update their dependencies:
- Remove
eslint-plugin-import
from the dependencies. - Add
eslint-plugin-perfectionist
to the dependencies. - Update your ESLint configuration in case 'import/order' rules where applied.
See https://perfectionist.dev/rules/sort-imports for new possible options.