1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/biome.json

30 lines
577 B
JSON
Raw Normal View History

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