settings.json 644 B

12345678910111213141516171819202122232425262728
  1. {
  2. "editor.formatOnSave": true,
  3. "editor.defaultFormatter": "esbenp.prettier-vscode",
  4. "eslint.validate": ["javascript", "javascriptreact", "vue", "typescript", "typescriptreact"],
  5. "editor.codeActionsOnSave": {
  6. "source.fixAll.eslint": true
  7. },
  8. "vetur.format.enable": false,
  9. "vetur.validation.template": false,
  10. "typescript.tsdk": "node_modules/typescript/lib",
  11. "cSpell.words": [
  12. "avic",
  13. "browserslist",
  14. "flashdeliver",
  15. "Lazyload",
  16. "Localforage",
  17. "openid",
  18. "ordermeal",
  19. "ordermealwx",
  20. "prefetch",
  21. "scroller",
  22. "superdesk",
  23. "tabbar",
  24. "tailwindcss",
  25. "vant",
  26. "vuex"
  27. ]
  28. }