mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
29 lines
577 B
JSON
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"]
|
|
}
|
|
}
|