From b9d0b4ebe52326a403e88f17f76181331d527492 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Fri, 10 Jul 2026 06:31:17 +0700 Subject: [PATCH] chore: remove stale backup file --- biome.json.bak | 58 -------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 biome.json.bak diff --git a/biome.json.bak b/biome.json.bak deleted file mode 100644 index 7d842f9..0000000 --- a/biome.json.bak +++ /dev/null @@ -1,58 +0,0 @@ -{ - "$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" - ] - } -}