mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
11 lines
336 B
JSON
11 lines
336 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.preferences.importModuleSpecifier": "shortest",
|
|
"cSpell.words": ["Rallly", "Vella"],
|
|
"jestrunner.codeLensSelector": "",
|
|
"vitest.filesWatcherInclude": "**/*.test.ts",
|
|
"biome.enabled": false
|
|
}
|