settings.json 234 B

123456789101112
  1. {
  2. "cSpell.words": [
  3. "Windi",
  4. "Windicss"
  5. ],
  6. "typescript.tsdk": "node_modules/typescript/lib",
  7. "volar.tsPlugin": true,
  8. "prettier.enable": false,
  9. "editor.codeActionsOnSave": {
  10. "source.fixAll.eslint": true
  11. }
  12. }