@cubing/dev-config
Version:
## Usage
23 lines (22 loc) • 405 B
JSON
{
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"rules": {
"style": {
"useBlockStatements": "error"
},
"correctness": {
"noUnusedImports": "error"
}
}
},
"vcs": {
"clientKind": "git",
"enabled": true,
"useIgnoreFile": true
}
}