settings.json 566 B

1234567891011121314151617181920
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "prettier.enable": false,
  4. "editor.codeActionsOnSave": {
  5. "source.fixAll.eslint": "explicit"
  6. },
  7. "[vue]": {
  8. "editor.defaultFormatter": "octref.vetur"
  9. },
  10. "i18n-ally.localesPaths": ["src/locales"],
  11. "i18n-ally.keystyle": "nested",
  12. "i18n-ally.sortKeys": true,
  13. "i18n-ally.namespace": false,
  14. "i18n-ally.enabledParsers": ["ts"],
  15. "i18n-ally.sourceLanguage": "en",
  16. "i18n-ally.displayLanguage": "zh-CN",
  17. "i18n-ally.enabledFrameworks": ["vue", "react"],
  18. "god.tsconfig": "./tsconfig.json"
  19. }