mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"cSpell.words": ["Vitesse"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"vite.autoStart": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss"
|
|
},
|
|
"i18n-ally.localesPaths": [
|
|
"src/_locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested"
|
|
}
|