Skip to content

v2.0.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 12:10
· 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:
  1. Remove eslint-plugin-import from the dependencies.
  2. Add eslint-plugin-perfectionist to the dependencies.
  3. Update your ESLint configuration in case 'import/order' rules where applied.
    See https://perfectionist.dev/rules/sort-imports for new possible options.