mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-08 11:11:33 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
23 lines
534 B
JSON
23 lines
534 B
JSON
{
|
|
"$schema": "./.yarn/unplugged/@biomejs-biome-npm-1.3.1-6f9e52cf26/node_modules/@biomejs/biome/configuration_schema.json",
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"formatter": {
|
|
"ignore": [
|
|
"packages/iceshrimp-sdk/api-extractor.json",
|
|
"packages/*/tsconfig.json",
|
|
"packages/*/built",
|
|
"packages/*/package-lock.json",
|
|
"packages/backend/src/server/web/manifest.ts",
|
|
"packages/backend/built/",
|
|
"*/model.json",
|
|
"*.md",
|
|
"**/tsconfig.json",
|
|
"*/.yml"
|
|
]
|
|
}
|
|
}
|