v2.0.0-next.1
Pre-release
Pre-release
·
3 commits
to next
since this release
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.