@ctrl/eslint-config-react-biome

Not really a shareable eslint config, more of a set of rules and eslint all together. Installs all required eslint dependencies. This package was created to unify my eslint rules and reduce churn from all the eslint packages in package.json

Extends from xo and xo-typescript and disables a few rules. Config uses 2 space indentation.

npm i -D @ctrl/eslint-config-biome @ctrl/eslint-config-react-biome eslint-plugin-react

.eslintrc

{
  "root": true,
  "env": {
    "node": true,
    "jest": true
  },
  "extends": ["@ctrl/eslint-config-react-biome"]
}