chore: update submodule pointers (biome.json rule expansion)
This commit is contained in:
+1
-1
Submodule apps/elysia updated: 3346bbc692...b8f4b5806e
+1
-1
Submodule apps/react updated: bbeead9a86...b08c142e23
@@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://biomejs.dev/schemas/2.5.3/schema.json",
|
||||||
|
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
||||||
|
"linter": {
|
||||||
|
"enabled": true,
|
||||||
|
"rules": {
|
||||||
|
"preset": "recommended",
|
||||||
|
"suspicious": {
|
||||||
|
"noConsole": "off",
|
||||||
|
"noExplicitAny": "warn"
|
||||||
|
},
|
||||||
|
"correctness": {
|
||||||
|
"noUnusedVariables": "error"
|
||||||
|
},
|
||||||
|
"style": {
|
||||||
|
"noNonNullAssertion": "off"
|
||||||
|
},
|
||||||
|
"complexity": {
|
||||||
|
"noForEach": "off",
|
||||||
|
"noThisInStatic": "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"formatter": {
|
||||||
|
"enabled": true,
|
||||||
|
"formatWithErrors": false,
|
||||||
|
"indentStyle": "space",
|
||||||
|
"indentWidth": 2,
|
||||||
|
"lineWidth": 100,
|
||||||
|
"lineEnding": "lf"
|
||||||
|
},
|
||||||
|
"javascript": {
|
||||||
|
"jsxRuntime": "transparent",
|
||||||
|
"formatter": {
|
||||||
|
"quoteStyle": "single",
|
||||||
|
"jsxQuoteStyle": "double",
|
||||||
|
"trailingCommas": "all",
|
||||||
|
"semicolons": "always",
|
||||||
|
"arrowParentheses": "always"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"ignoreUnknown": false,
|
||||||
|
"includes": [
|
||||||
|
"**",
|
||||||
|
"!**/.opencode",
|
||||||
|
"!**/dist",
|
||||||
|
"!**/out",
|
||||||
|
"!**/build",
|
||||||
|
"!**/node_modules",
|
||||||
|
"!**/target",
|
||||||
|
"!**/coverage",
|
||||||
|
"!**/*.env",
|
||||||
|
"!**/*.env.*",
|
||||||
|
"!**/apps/react/src/routeTree.gen.ts"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user