Files
openfreemap/biome.jsonc
Zsolt Ero 8f0d811abd biome
# Conflicts:
#	website/public/scripts/donate.js
#	website/src/styles/_style.css
#	website/src/styles/collapsible.css
2024-09-25 14:10:27 +02:00

51 lines
1.1 KiB
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"formatter": {
"indentStyle": "space",
"lineWidth": 100
},
"organizeImports": {
"enabled": true,
"ignore": []
},
"linter": {
"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"
}
},
"ignore": []
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single"
}
},
"files": {
"maxSize": 100000,
"ignore": []
}
}