mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
biome
This commit is contained in:
23
biome.jsonc
23
biome.jsonc
@@ -12,27 +12,8 @@
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"style": {
|
||||
// "noUselessElse": "off",
|
||||
// "noParameterAssign": "off",
|
||||
// "noArguments": "off"
|
||||
},
|
||||
"a11y": {
|
||||
// "useKeyWithClickEvents": "off",
|
||||
// "useValidAnchor": "off",
|
||||
"useButtonType": "off"
|
||||
// "noBlankTarget": "off",
|
||||
// "noNoninteractiveTabindex": "off"
|
||||
},
|
||||
"security": {
|
||||
// "noDangerouslySetInnerHtml": "off"
|
||||
},
|
||||
"suspicious": {
|
||||
"noAssignInExpressions": "off"
|
||||
// "noArrayIndexKey": "off"
|
||||
},
|
||||
"complexity": {
|
||||
// "noForEach": "off"
|
||||
"noForEach": "off"
|
||||
}
|
||||
},
|
||||
"ignore": []
|
||||
@@ -45,6 +26,6 @@
|
||||
},
|
||||
"files": {
|
||||
"maxSize": 100000,
|
||||
"ignore": []
|
||||
"ignore": ["venv", "dist", ".astro"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user