feat: add Biome support

This commit is contained in:
Alex Kontos
2025-08-04 16:24:43 +01:00
parent da60e2f549
commit b49758fa83

26
waterfox/biome.json Normal file
View File

@@ -0,0 +1,26 @@
{
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 2,
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"correctness": {
"noUnknownMediaFeatureName": "off"
}
}
},
"javascript": {
"formatter": {
"trailingCommas": "es5"
}
}
}