settings.json 263 B

123456789101112
  1. {
  2. "eslint.options": {
  3. },
  4. "i18n-ally.localesPaths": "locales",
  5. "i18n-ally.keystyle": "flat",
  6. "react-i18n.i18nPaths": "locales",
  7. "i18n-ally.sourceLanguage": "zh-CN",
  8. "editor.formatOnPaste": true,
  9. "editor.formatOnSave": true,
  10. "editor.formatOnType": true
  11. }