diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:28:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-14 00:28:51 +0900 |
| commit | 521a4401a807fa9944360bd1a72be61b4fb5dcb1 (patch) | |
| tree | 7479906edb89d232031f87a623e8265d38778416 /worker/php/biome.json | |
| parent | 6588e61674059612dc95c3216f54720b1c42f6ee (diff) | |
| download | phperkaigi-2026-albatross-521a4401a807fa9944360bd1a72be61b4fb5dcb1.tar.gz phperkaigi-2026-albatross-521a4401a807fa9944360bd1a72be61b4fb5dcb1.tar.zst phperkaigi-2026-albatross-521a4401a807fa9944360bd1a72be61b4fb5dcb1.zip | |
feat(worker/php): update dependencies
Diffstat (limited to 'worker/php/biome.json')
| -rw-r--r-- | worker/php/biome.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/worker/php/biome.json b/worker/php/biome.json index 2eb0751..7f791c6 100644 --- a/worker/php/biome.json +++ b/worker/php/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": false, "clientKind": "git", @@ -7,14 +7,18 @@ }, "files": { "ignoreUnknown": false, - "ignore": [] + "includes": ["**"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, - "organizeImports": { - "enabled": true + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } }, "linter": { "enabled": true, |
