1234567891011121314151617181920 |
- {
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": "explicit",
- "source.organizeImports": "never"
- },
- "eslint.useFlatConfig": true,
- "editor.formatOnSave": false,
- "eslint.validate": ["html", "css", "scss", "json", "jsonc"],
- "i18n-ally.displayLanguage": "zh-CN",
- "i18n-ally.enabledParsers": ["json"],
- "i18n-ally.enabledFrameworks": ["react"],
- "i18n-ally.editor.preferEditor": true,
- "i18n-ally.keystyle": "nested",
- "i18n-ally.localesPaths": ["src/locales/langs"],
- "prettier.enable": false,
- "typescript.tsdk": "node_modules/typescript/lib",
- "unocss.root": [
- "./"
- ],
- }
|