settings.json
1 { 2 "cSpell.words": [ 3 "" 4 ], 5 "typescript.tsdk": "node_modules/typescript/lib", 6 "vite.autoStart": false, 7 "eslint.experimental.useFlatConfig": true, 8 "editor.codeActionsOnSave": { 9 "source.fixAll.eslint": "explicit" 10 }, 11 "files.associations": { 12 "*.css": "postcss" 13 } 14 }