2.2.0 • Published 1 year ago

@ctrl/eslint-config-react-biome v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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"]
}
2.2.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago