mirror of
https://github.com/encounter/decomp.me.git
synced 2026-03-30 11:06:27 -07:00
4ef64cbebc
* Run formatter * Part 2
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"vcs": {
|
|
"enabled": false,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": false
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false,
|
|
"ignore": [".next", "cache", "node_modules"]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space",
|
|
"indentWidth": 4
|
|
},
|
|
"organizeImports": {
|
|
"enabled": false
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"style": {
|
|
"noUselessElse": "off",
|
|
"noParameterAssign": "off"
|
|
},
|
|
"a11y": {
|
|
"useValidAnchor": "off",
|
|
"useSemanticElements": "off",
|
|
"noLabelWithoutControl": "off",
|
|
"useButtonType": "off",
|
|
"useKeyWithClickEvents": "off",
|
|
"noNoninteractiveTabindex": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off",
|
|
"noArrayIndexKey": "off",
|
|
"noConfusingVoidType": "off"
|
|
},
|
|
"correctness": {
|
|
"useExhaustiveDependencies": "off"
|
|
},
|
|
"performance": {
|
|
"noDelete": "off"
|
|
},
|
|
"nursery": {
|
|
"useSortedClasses": "error"
|
|
}
|
|
}
|
|
}
|
|
}
|