@forgedev-br/biome-config
v1.1.3
Published
Biome configuration used by ForgeDev BR
Downloads
1
Readme
Code Formatting and Linting Configuration used by ForgeDev BR
What"s included?
- Biome for code formatting and linting;
Setup
Install dependencies:
npm i -D @biomejs/biome @forgedev-br/biome-config
Configure your project:
npx @biomejs/biome init
Add a script to package.json:
"scripts": {
"lint": "npx @biomejs/biome check src"
}
Extend the configuration within biome.json
file:
{
"extends": ["@forgedev-br/biome-config/biome"]
}