summaryrefslogtreecommitdiffhomepage
path: root/biome.json
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
committerAdam Malczewski <[email protected]>2026-06-04 21:21:20 +0900
commit394f1ed37ce860da6fdc385769bf29f9737105cd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /biome.json
parent81a9cdbadf8c9d940d4fe9a2a0de607dee1f5f1a (diff)
downloaddispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.tar.gz
dispatch-394f1ed37ce860da6fdc385769bf29f9737105cd.zip
chore: genesis — remove all files to rebuild from scratch (arch rewrite)
Diffstat (limited to 'biome.json')
-rw-r--r--biome.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/biome.json b/biome.json
deleted file mode 100644
index af4f574..0000000
--- a/biome.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
- "assist": { "actions": { "source": { "organizeImports": "on" } } },
- "linter": {
- "enabled": true,
- "rules": {
- "recommended": true
- }
- },
- "formatter": {
- "enabled": true,
- "indentStyle": "tab",
- "lineWidth": 100
- },
- "javascript": {
- "formatter": {
- "quoteStyle": "double",
- "semicolons": "always"
- }
- },
- "css": {
- "parser": {
- "tailwindDirectives": true
- }
- },
- "overrides": [
- {
- "includes": ["**/*.css"],
- "linter": {
- "rules": {
- "correctness": {
- "noUnknownProperty": "off"
- }
- }
- }
- },
- {
- "includes": ["**/*.svelte"],
- "linter": {
- "rules": {
- "correctness": {
- "noUnusedImports": "off",
- "noUnusedVariables": "off"
- }
- }
- }
- }
- ],
- "files": {
- "includes": [
- "**",
- "!**/node_modules",
- "!**/dist",
- "!**/build",
- "!references",
- "!roblox-opencode-config-sample",
- "!packaging",
- "!**/release"
- ]
- }
-}