1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-11 18:59:05 +00:00
classcharts-api-js/biome.json
2024-01-10 10:57:33 +00:00

29 lines
577 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noExcessiveCognitiveComplexity": "warn"
},
"correctness": {
"noUnusedVariables": "warn"
},
"style": {
"useBlockStatements": "warn",
"useShorthandArrayType": "warn",
"useShorthandAssign": "warn"
},
"suspicious": {
"noApproximativeNumericConstant": "error"
}
}
},
"files": {
"ignore": [".devcontainer/*", "npm/*", "deno.lock"]
}
}