@aaronshaf/ger
Version:
Gerrit CLI and SDK - A modern CLI tool and TypeScript SDK for Gerrit Code Review, built with Effect-TS
37 lines (36 loc) • 740 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"linter": {
"enabled": false
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 100
},
"files": {
"includes": [
"**/src/**/*.ts",
"**/tests/**/*.ts",
"!**/node_modules",
"!**/dist",
"!**/tmp",
"!**/*.js",
"!**/*.jsx",
"!**/*.tsx",
"!**/coverage",
"!**/*.config.js",
"!**/*.config.ts"
]
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"semicolons": "asNeeded",
"trailingCommas": "all"
}
}
}