My personal opinionated linting configuration for biome
Inside your project install the package
| Package Manager | Command |
|---|---|
| npm | npm i -D @lbenie/linting |
| yarn | yarn add -D @lbenie/linting |
| pnpm | pnpm add -D @lbenie/linting |
| bun | bun add -d @lbenie/linting |
Then create a biome.jsonc file at the root of your project and add the following
Lucien Bénié 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!
{ "extends": [ "@lbenie/biome" ], }