2026-04-25 15:47:49 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
|
|
|
|
|
"files": {
|
2026-04-30 06:45:56 +00:00
|
|
|
"includes": [
|
|
|
|
|
"main.ts",
|
|
|
|
|
"src/**/*.ts",
|
|
|
|
|
"tests/**/*.js",
|
|
|
|
|
"scripts/**/*.mjs",
|
|
|
|
|
".e2e/scripts/**/*.mjs",
|
|
|
|
|
"esbuild.config.mjs"
|
|
|
|
|
]
|
2026-04-25 15:47:49 +00:00
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
|
|
|
|
"suspicious": {
|
2026-04-26 06:16:36 +00:00
|
|
|
"noExplicitAny": "error",
|
2026-04-25 15:47:49 +00:00
|
|
|
"noRedundantUseStrict": "off",
|
2026-04-27 05:38:11 +00:00
|
|
|
"noImplicitAnyLet": "error"
|
2026-04-25 15:47:49 +00:00
|
|
|
},
|
|
|
|
|
"style": {
|
2026-04-27 05:50:39 +00:00
|
|
|
"noNonNullAssertion": "error",
|
2026-04-25 15:47:49 +00:00
|
|
|
"useConst": "warn",
|
|
|
|
|
"useNodejsImportProtocol": "off",
|
|
|
|
|
"useTemplate": "off"
|
|
|
|
|
},
|
|
|
|
|
"complexity": {
|
|
|
|
|
"noForEach": "off"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "space",
|
|
|
|
|
"indentWidth": 2,
|
|
|
|
|
"lineWidth": 120
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"quoteStyle": "single",
|
|
|
|
|
"semicolons": "always",
|
|
|
|
|
"trailingCommas": "all"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|