2024-04-07 06:45:05 +02:00
|
|
|
{
|
2024-06-13 04:26:43 +02:00
|
|
|
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
|
2024-04-07 07:30:49 +02:00
|
|
|
"organizeImports": {
|
|
|
|
|
"enabled": true,
|
2024-04-17 06:09:21 +02:00
|
|
|
"ignore": ["node_modules", "dist", "glitch", "glitch-dev"]
|
2024-04-07 07:30:49 +02:00
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
2024-06-13 04:26:43 +02:00
|
|
|
"all": true,
|
|
|
|
|
"correctness": {
|
|
|
|
|
"noNodejsModules": "off"
|
|
|
|
|
},
|
|
|
|
|
"style": {
|
|
|
|
|
"noDefaultExport": "off",
|
|
|
|
|
"noParameterProperties": "off",
|
|
|
|
|
"noNamespaceImport": "off",
|
|
|
|
|
"useFilenamingConvention": "off",
|
|
|
|
|
"useNamingConvention": {
|
|
|
|
|
"level": "warn",
|
|
|
|
|
"options": {
|
|
|
|
|
"requireAscii": false,
|
|
|
|
|
"strictCase": false,
|
|
|
|
|
"conventions": [
|
|
|
|
|
{
|
|
|
|
|
"selector": {
|
|
|
|
|
"kind": "typeProperty"
|
|
|
|
|
},
|
|
|
|
|
"formats": [
|
|
|
|
|
"camelCase",
|
|
|
|
|
"CONSTANT_CASE",
|
|
|
|
|
"PascalCase",
|
|
|
|
|
"snake_case"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"selector": {
|
|
|
|
|
"kind": "objectLiteralProperty",
|
|
|
|
|
"scope": "any"
|
|
|
|
|
},
|
|
|
|
|
"formats": [
|
|
|
|
|
"camelCase",
|
|
|
|
|
"CONSTANT_CASE",
|
|
|
|
|
"PascalCase",
|
|
|
|
|
"snake_case"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-07 07:30:49 +02:00
|
|
|
},
|
2024-04-17 06:09:21 +02:00
|
|
|
"ignore": ["node_modules", "dist", "glitch", "glitch-dev"]
|
2024-04-07 07:30:49 +02:00
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 4,
|
2024-04-17 06:09:21 +02:00
|
|
|
"ignore": ["node_modules", "dist", "glitch", "glitch-dev"]
|
2024-06-13 04:26:43 +02:00
|
|
|
},
|
|
|
|
|
"javascript": {
|
2024-06-13 07:38:26 +02:00
|
|
|
"globals": ["Bun", "HTMLRewriter", "BufferEncoding"]
|
2024-04-07 07:30:49 +02:00
|
|
|
}
|
2024-04-07 06:45:05 +02:00
|
|
|
}
|