diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:21:30 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:21:30 +0900 |
| commit | 6588e61674059612dc95c3216f54720b1c42f6ee (patch) | |
| tree | 4ff7cdf1b0fa97289ff5deaf795a7ed15e022a75 /frontend/biome.json | |
| parent | 7258ca81812a24edd382438ce6e9ebc538549427 (diff) | |
| download | phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.gz phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.tar.zst phperkaigi-2026-albatross-6588e61674059612dc95c3216f54720b1c42f6ee.zip | |
feat(frontend): update dependencies
Diffstat (limited to 'frontend/biome.json')
| -rw-r--r-- | frontend/biome.json | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/frontend/biome.json b/frontend/biome.json index 6da4a7a..0d71d59 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.15/schema.json", "vcs": { "enabled": true, "clientKind": "git", @@ -7,19 +7,24 @@ }, "files": { "ignoreUnknown": false, - "ignore": [ - "./.cache", - "./app/api/schema.d.ts", - "./app/shiki.bundle.ts", - "./dist" + "includes": [ + "**", + "!.cache", + "!app/api/schema.d.ts", + "!app/shiki.bundle.ts", + "!dist" ] }, "formatter": { "enabled": true, "indentStyle": "tab" }, - "organizeImports": { - "enabled": true + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } }, "linter": { "enabled": false @@ -28,5 +33,11 @@ "formatter": { "quoteStyle": "double" } + }, + "css": { + "parser": { + "cssModules": true, + "tailwindDirectives": true + } } } |
