Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 15:51
190a48d
  • Add eslint-plugin-perfectionist to the base configuration and all its dependent configurations
    • Provides more robust and consistent alphabetical sorting features than what ESLint provides by default
    • All rules are auto-fixable
    • Its rules replace rules import/order, sort-keys, and sort-vars
  • Add eslint-plugin-react-perf to the /react configuration and all its dependent configurations
    • Provides performance-related checks to prevent code that causes performance problems
  • Upgrade dependencies to latest versions
  • Upgrade Bun version from 1.1.17 to 1.1.27