Files
vite-vue3-ts-template/.vscode/settings.json
Kirok Kim c309c0806d - remove README.md and netlify deploy config
- modify lint issue and root README.md(erase netlify description)
2021-12-24 13:48:22 +09:00

15 lines
291 B
JSON

{
"cSpell.words": ["Vitesse"],
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
},
"files.associations": {
"*.css": "postcss",
},
"files.exclude": {
"node_modules": true
}
}