18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"cSpell.words": ["Vitesse"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.localesPaths": "locales",
|
|
"i18n-ally.sortKeys": true,
|
|
"prettier.enable": false,
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"volar.style.defaultLanguage": "postcss",
|
|
"volar.tsPlugin": true,
|
|
"volar.tsPluginStatus": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
},
|
|
"files.associations": {
|
|
"*.css": "postcss",
|
|
},
|
|
}
|