Files
commafeed/commafeed-client/biome.json

27 lines
609 B
JSON
Raw Normal View History

{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"formatter": {
"indentStyle": "space",
"indentWidth": 4,
"lineEnding": "lf",
"lineWidth": 140
},
"javascript": {
"formatter": {
"trailingCommas": "es5",
"semicolons": "asNeeded",
"arrowParentheses": "asNeeded"
}
},
2025-04-09 20:02:21 +02:00
"linter": {
"rules": {
"correctness": {
"noUnusedImports": "error"
}
}
},
"files": {
"ignore": ["dist", "node_modules", "target", "target-ide"]
}
}