jormungandr-bite/biome.json

24 lines
534 B
JSON
Raw Permalink Normal View History

2023-01-12 21:40:33 -07:00
{
"$schema": "./.yarn/unplugged/@biomejs-biome-npm-1.3.1-6f9e52cf26/node_modules/@biomejs/biome/configuration_schema.json",
2023-01-12 21:40:33 -07:00
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
2023-05-29 10:31:02 -06:00
},
"formatter": {
"ignore": [
"packages/iceshrimp-sdk/api-extractor.json",
2023-05-29 10:31:02 -06:00
"packages/*/tsconfig.json",
2023-07-16 16:32:32 -06:00
"packages/*/built",
2023-05-29 10:31:02 -06:00
"packages/*/package-lock.json",
"packages/backend/src/server/web/manifest.ts",
"packages/backend/built/",
2023-06-06 22:00:16 -06:00
"*/model.json",
2023-05-29 10:31:02 -06:00
"*.md",
2023-06-05 18:27:40 -06:00
"**/tsconfig.json",
2023-05-29 10:31:02 -06:00
"*/.yml"
]
}
}