Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jul 24, 2024
1 parent 635a9b8 commit 30e0361
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,
Expand Down Expand Up @@ -123,14 +123,17 @@
"useGetterReturn": "error",
"useValidTypeof": "error"
}
},
"ignore": ["node_modules/*", "pkg/lib/*", "bots/*"]
}
},
"javascript": {
"globals": ["require", "module", "document", "navigator", "window"]
},
"overrides": [{ "include": ["**/*.ts", "**/*.tsx"] }],
"formatter": {
"indentStyle":"space",
"indentWidth":4
},
"overrides": [{ "include": ["**/*.ts", "**/*.tsx"] }],
"files": {
"ignore": ["node_modules/*", "pkg/lib/*", "bots/*"]
}
}

0 comments on commit 30e0361

Please sign in to comment.