aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/php/biome.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-14 00:28:51 +0900
committernsfisis <nsfisis@gmail.com>2026-02-14 00:28:51 +0900
commit521a4401a807fa9944360bd1a72be61b4fb5dcb1 (patch)
tree7479906edb89d232031f87a623e8265d38778416 /worker/php/biome.json
parent6588e61674059612dc95c3216f54720b1c42f6ee (diff)
downloadphperkaigi-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.json12
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,