aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-03 04:45:55 -0800
committerFuwn <[email protected]>2026-02-03 04:45:55 -0800
commitfe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f (patch)
tree8d5edb0b19118036187d69d81ac49442e234a140
parentfeat: Initial commit (diff)
downloadarchived-imemio-fe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f.tar.xz
archived-imemio-fe80324bbfb1d1071e210f3fa3a8d72b4bc8a38f.zip
chore(root): Configure Biome linter
-rw-r--r--biome.json22
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
+ }
+}