settings.json 595 B

1234567891011121314151617181920
  1. {
  2. "i18n-ally.localesPaths": ["src/locales/lang"],
  3. "i18n-ally.keystyle": "nested",
  4. "i18n-ally.sortKeys": true,
  5. "i18n-ally.namespace": true,
  6. "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
  7. "i18n-ally.enabledParsers": ["ts"],
  8. "i18n-ally.sourceLanguage": "zh-CN",
  9. "i18n-ally.displayLanguage": "zh-CN",
  10. "i18n-ally.enabledFrameworks": ["vue", "react"],
  11. "[vue]": {
  12. "editor.codeActionsOnSave": {
  13. "source.fixAll.eslint": false
  14. },
  15. "editor.defaultFormatter": "esbenp.prettier-vscode"
  16. },
  17. "editor.codeActionsOnSave": {
  18. "source.fixAll.eslint": true
  19. }
  20. }