1234567891011 |
- {
- "typescript.tsdk": "node_modules/typescript/lib",
- "prettier.enable": false,
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- },
- "[vue]": {
- "editor.defaultFormatter": "johnsoncodehk.volar"
- },
- "i18n-ally.localesPaths": ["src/locales", "src/plugins/i18n"]
- }
|