add oc to table, small calc fix, add biome

This commit is contained in:
NilsUeter
2025-04-07 19:25:39 +02:00
parent 17309ece0d
commit 8a7cbf7f14
6 changed files with 406 additions and 56 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": ["dist"]
},
"formatter": {
"enabled": true,
"indentStyle": "tab"
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"suspicious": {
"noArrayIndexKey": "info"
},
"style": {
"useSelfClosingElements": {
"level": "error",
"fix": "safe"
},
"useTemplate": "info"
},
"security": {
"noDangerouslySetInnerHtml": "info"
},
"a11y": {
"noSvgWithoutTitle": "off",
"useAltText": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double"
}
}
}