Files
sysmon-web/biome.json
2024-05-06 18:45:11 +01:00

31 lines
569 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.7.1/schema.json",
"organizeImports": {
"enabled": true
},
"files": {
"ignore": ["src/stats-server", "dist"],
"ignoreUnknown": true
},
"formatter": {
"indentStyle": "space",
"lineWidth": 120
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"noNonNullAssertion": "off"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"jsxQuoteStyle": "single",
"arrowParentheses": "asNeeded"
}
}
}