settings.json 289 B

1234567891011
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "prettier.enable": false,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll.eslint": true
  6. },
  7. "[vue]": {
  8. "editor.defaultFormatter": "johnsoncodehk.volar"
  9. },
  10. "i18n-ally.localesPaths": ["src/locales", "src/plugins/i18n"]
  11. }