1ff719bf8b
- Full CLI: init, bootstrap, schema (put/get/list/validate), put, get, has, verify, list, refs, walk, hash, cat - --store flag, --json compact output, --format tree - biome override: noConsole off for CLI package - 64 tests passing Closes #6 小橘 <xiaoju@shazhou.work>
37 lines
734 B
JSON
37 lines
734 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"includes": ["**", "!**/node_modules", "!**/dist", "!**/*.d.ts"]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2
|
|
},
|
|
"overrides": [
|
|
{
|
|
"includes": ["packages/cli-json-cas/**"],
|
|
"linter": {
|
|
"rules": {
|
|
"suspicious": { "noConsole": "off" }
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"suspicious": {
|
|
"noConsole": "error"
|
|
}
|
|
}
|
|
},
|
|
"assist": { "actions": { "source": { "organizeImports": "on" } } }
|
|
}
|