diff options
| author | Fuwn <[email protected]> | 2026-03-01 16:13:28 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 16:13:45 -0800 |
| commit | 8510a4b87bd493d4451072c2e6b4fec6596d29c3 (patch) | |
| tree | 1a627753dd136d46ac3d7c098d72a43c8e73d66f /biome.json | |
| parent | chore(biome): enable svelte formatting (diff) | |
| download | due.moe-8510a4b87bd493d4451072c2e6b4fec6596d29c3.tar.xz due.moe-8510a4b87bd493d4451072c2e6b4fec6596d29c3.zip | |
chore(biome): enable svelte linting
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -28,12 +28,5 @@ } } }, - "overrides": [ - { - "includes": ["**/*.svelte"], - "linter": { - "enabled": false - } - } - ] + "overrides": [] } |