Initial commit
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user