@nova-flow/lint
v0.0.1
Published
```json "editor.codeActionsOnSave": { "source.fixAll.biome": "explicit" } ```
Readme
@nova-flow/lint
vscode 设置
.vscode/settings.json
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
}默认配置
monorepo 配置
根目录 biome.jsonc
{
"root": true,
"extends": ["@nova-flow/lint"]
}
