diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-08 00:59:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-08 00:59:36 +0900 |
| commit | a10e8e64305e5002c682b45471b417ca4e33773d (patch) | |
| tree | 23bf4a707c1f168c252cc4d24d06c2d2ffb8c7a8 /worker/biome.json | |
| parent | efd34b970d0d1f88fa7d7e9d69e569f039867ca2 (diff) | |
| download | phperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.tar.gz phperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.tar.zst phperkaigi-2025-albatross-a10e8e64305e5002c682b45471b417ca4e33773d.zip | |
worker: swift to php
Diffstat (limited to 'worker/biome.json')
| -rw-r--r-- | worker/biome.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/worker/biome.json b/worker/biome.json new file mode 100644 index 0000000..2eb0751 --- /dev/null +++ b/worker/biome.json @@ -0,0 +1,30 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", + "vcs": { + "enabled": false, + "clientKind": "git", + "useIgnoreFile": false + }, + "files": { + "ignoreUnknown": false, + "ignore": [] + }, + "formatter": { + "enabled": true, + "indentStyle": "tab" + }, + "organizeImports": { + "enabled": true + }, + "linter": { + "enabled": true, + "rules": { + "recommended": true + } + }, + "javascript": { + "formatter": { + "quoteStyle": "double" + } + } +} |
