ts-migrate-mongoose
Version:
A migration framework for Mongoose, built with TypeScript.
31 lines (30 loc) • 745 B
JSON
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
"files": {
"ignoreUnknown": false,
"ignore": ["node_modules", "dist", "coverage", "migrations"]
},
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },
"organizeImports": { "enabled": true },
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"trailingCommas": "all",
"quoteStyle": "single",
"semicolons": "asNeeded",
"lineWidth": 320
},
"globals": ["Atomics", "SharedArrayBuffer"]
},
"json": {
"formatter": {
"trailingCommas": "none"
}
}
}