diff options
| author | Fuwn <[email protected]> | 2026-02-03 04:45:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-03 04:45:55 -0800 |
| commit | fe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f (patch) | |
| tree | 8d5edb0b19118036187d69d81ac49442e234a140 | |
| parent | feat: Initial commit (diff) | |
| download | archived-imemio-fe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f.tar.xz archived-imemio-fe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f.zip | |
chore(root): Configure Biome linter
| -rw-r--r-- | biome.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..d481385 --- /dev/null +++ b/biome.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json", + "files": { + "includes": [ + "**/*.ts", + "**/*.tsx", + "**/*.js", + "**/*.jsx", + "**/*.json", + "!**/node_modules", + "!**/dist", + "!**/.next" + ], + "ignoreUnknown": true + }, + "formatter": { + "enabled": true + }, + "linter": { + "enabled": true + } +} |