You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
618 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. {
  2. "eslint.enable": true,
  3. "vetur.validation.template": false,
  4. "eslint.validate": ["javascript", "typescript", "vue"],
  5. "vetur.experimental.templateInterpolationService": true,
  6. "vetur.validation.script": true,
  7. "vetur.validation.templateProps": true,
  8. "vetur.validation.interpolation": true,
  9. "editor.formatOnSave": true,
  10. "editor.defaultFormatter": "esbenp.prettier-vscode",
  11. "cSpell.enableFiletypes": ["markdown", "!typescript", "!json"],
  12. "cSpell.words": [
  13. "Astrologia",
  14. "Codium",
  15. "Dolibarr's",
  16. "Kamal",
  17. "Kamalātmikā",
  18. "Yantra",
  19. "protovue",
  20. "tmik",
  21. "windi"
  22. ]
  23. }