diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 20:47:02 +0000 |
| commit | 2b8fea0fd0b514b5ca4349185bf4dfb4455d5875 (patch) | |
| tree | ba089cca4b3a16bcd1b33fa3c1db2729600f5c81 /biome.json | |
| parent | 48220cb62df8213e30f7b4a431601e5ba5cdea1e (diff) | |
Configures stuff
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..f8702e4 --- /dev/null +++ b/biome.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", + "organizeImports": { + "enabled": true + }, + "linter": { + "enabled": true, + "rules": { + "recommended": true + } + } +} |
