Skip to content

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 10:34

10.0.0 (2026-04-26)

Features

  • add biome complexity ruleset (#46) (0a89011)
  • remove eslint groupImport ruleset (#46) (4183a67)
  • remove eslint-only node ruleset (#46) (fcecafb)
  • remove reactNative eslint ruleset in favor of biomeReactNative (#45) (845a868)

BREAKING CHANGES

  • You need to use biome and the biomeReactNative ruleset now.
  • You need to use eslint and biome now. Use the nodeWithBiome ruleset now.
  • You need to use biome to sort imports and exports now.
  • The eslint complexity ruleset is removed in favor of the biomeComplexity ruleset.
    You need to use biome to use complexity rules.