ts-migrate-mongoose
Version:
A migration framework for Mongoose, built with TypeScript.
48 lines (47 loc) • 1.03 kB
JSON
{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
"files": {
"ignoreUnknown": false,
"includes": ["src/**/*.ts", "tests/**/*.ts"]
},
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },
"assist": {
"actions": {
"source": {
"organizeImports": {
"level": "on",
"options": {
"groups": [
"vitest",
":BLANK_LINE:",
":NODE:",
{ "type": false },
":BLANK_LINE:"
]
}
}
}
}
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"trailingCommas": "all",
"quoteStyle": "single",
"semicolons": "asNeeded",
"lineWidth": 320
},
"globals": ["Atomics", "SharedArrayBuffer"]
},
"json": {
"formatter": {
"trailingCommas": "none"
}
}
}