From 64028aeefb45cc03e10d0336d53bbbe505749a5a Mon Sep 17 00:00:00 2001 From: Kizuren <96580944+Kizuren@users.noreply.github.com> Date: Tue, 9 Dec 2025 01:29:47 +0100 Subject: [PATCH] Update biome config --- biome.json | 13 +++++-------- docker-compose.yml | 1 - 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/biome.json b/biome.json index 030582c..55f6608 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json", "vcs": { "enabled": false, "clientKind": "git", @@ -9,6 +9,9 @@ "ignoreUnknown": false, "includes": [ "**", + "!.next", + "!.log", + "next-env.d.ts", "!node_modules", "!dist", "!build", @@ -18,13 +21,7 @@ "!*.log", "!tmp", "!temp", - "!*.config.js", - "!src/core/anime/nexus/fingerprint.ts", - "!src/core/anime/miruro/decrypt.ts", - "!src/core/anime/1anime/decrypt.ts", - "!src/core/anime/miruro/utils.ts", - "!src/core/anime/animekai/decrypt.ts", - "!inspection-tool.ts" + "!*.config.js" ] }, "formatter": { diff --git a/docker-compose.yml b/docker-compose.yml index 4a6b055..ce7a23f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,4 +31,3 @@ services: volumes: mongo_data: mongo_config: - \ No newline at end of file