0.2.0 • Published 9 months ago
@nnecec/biome-config v0.2.0
@nnecec/biome-config
Usage
Install:
$ npm install --save-dev @nnecec/biome-config
create biome.json
{
"extends": ["@nnecec/biome-config"]
}
if you want to override some rules, you can do so in the biome.json
file
{
"extends": ["@nnecec/biome-config"],
"linter": {
"rules": {
"suspicious": {
"noExplicitAny": "off"
}
}
}
}