mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"conventionalCommits.scopes": [
|
|
"database",
|
|
"api",
|
|
"cli",
|
|
"federation",
|
|
"config",
|
|
"worker",
|
|
"media",
|
|
"packages/client",
|
|
"packages/sdk"
|
|
],
|
|
"languageToolLinter.languageTool.ignoredWordsInWorkspace": ["versia"]
|
|
}
|