@profi.co/biome-config
v1.0.1
Published
A shared Biome config used by Profico
Readme
Biome configuration, by Profico
This plugin is the spiritual successor to eslint-plugin-profico, whose dependencies will not be updated to ESLint v9. It's still fine to use with earlier versions.
The major change is that this configuration uses Biome instead of ESLint and Prettier.
Most of the rules (including style guides) have been replicated, if not all of them. Submit an issue if something looks off.
Installation
Install @profi.co/biome-config with npm/pnpm/bun/yarn:
npm install -D @profi.co/biome-config
pnpm add -D @profi.co/biome-config
yarn add -D @profi.co/biome-config
bun add -d @profi.co/biome-configUsage
To use it, after installing biome in your project, edit the biome.json file to include an extends field
{
"extends": ["@profi.co/biome-config"]
}