@openjck/biome-config
v2.0.0
Published
John Karahalis' personal Biome configuration
Readme
This is the Biome configuration used by John Karahalis in his personal projects.
Installation
Run npm install --save-dev @openjck/biome-config.
Usage
- If you haven't already, install Biome by running
npm install --save-dev @biomejs/biome. - Run
npx biome init --jsonc. - Edit biome.jsonc.
- Remove all properties and their values except for
$schema. - Add the following line:
"extends": ["@openjck/biome-config"],
- Remove all properties and their values except for
