summaryrefslogtreecommitdiffstats
path: root/static/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/biome.json')
-rw-r--r--static/biome.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/static/biome.json b/static/biome.json
new file mode 100644
index 0000000..101d9e6
--- /dev/null
+++ b/static/biome.json
@@ -0,0 +1,34 @@
+{
+ "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
+ "vcs": {
+ "enabled": false,
+ "clientKind": "git",
+ "useIgnoreFile": false
+ },
+ "files": {
+ "ignoreUnknown": false
+ },
+ "formatter": {
+ "enabled": true,
+ "indentStyle": "tab"
+ },
+ "linter": {
+ "enabled": true,
+ "rules": {
+ "recommended": true
+ }
+ },
+ "javascript": {
+ "formatter": {
+ "quoteStyle": "double"
+ }
+ },
+ "assist": {
+ "enabled": true,
+ "actions": {
+ "source": {
+ "organizeImports": "on"
+ }
+ }
+ }
+}