settings.json 291 B

12345678910111213141516
  1. {
  2. "eslint.enable": true,
  3. "puglint.enable": true,
  4. "editor.formatOnSave": false,
  5. "editor.tabSize": 2,
  6. "eslint.validate": [
  7. "javascript",
  8. "vue"
  9. ],
  10. "editor.codeActionsOnSave": {
  11. "source.fixAll.eslint": true
  12. },
  13. "i18n-ally.localesPaths": [
  14. "server/locales"
  15. ]
  16. }