mirror of
https://github.com/Kizuren/uLinkShortener.git
synced 2025-12-21 13:06:19 +01:00
Update biome config
This commit is contained in:
parent
a07f904415
commit
64028aeefb
2 changed files with 5 additions and 9 deletions
13
biome.json
13
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": {
|
"vcs": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"clientKind": "git",
|
"clientKind": "git",
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
"ignoreUnknown": false,
|
"ignoreUnknown": false,
|
||||||
"includes": [
|
"includes": [
|
||||||
"**",
|
"**",
|
||||||
|
"!.next",
|
||||||
|
"!.log",
|
||||||
|
"next-env.d.ts",
|
||||||
"!node_modules",
|
"!node_modules",
|
||||||
"!dist",
|
"!dist",
|
||||||
"!build",
|
"!build",
|
||||||
|
|
@ -18,13 +21,7 @@
|
||||||
"!*.log",
|
"!*.log",
|
||||||
"!tmp",
|
"!tmp",
|
||||||
"!temp",
|
"!temp",
|
||||||
"!*.config.js",
|
"!*.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"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"formatter": {
|
"formatter": {
|
||||||
|
|
|
||||||
|
|
@ -31,4 +31,3 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
mongo_data:
|
mongo_data:
|
||||||
mongo_config:
|
mongo_config:
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue