aboutsummaryrefslogtreecommitdiffhomepage
path: root/worker/php/biome.json
diff options
context:
space:
mode:
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,