12345678910111213141516171819202122232425262728 |
- {
- "editor.formatOnSave": true,
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "eslint.validate": ["javascript", "javascriptreact", "vue", "typescript", "typescriptreact"],
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true
- },
- "vetur.format.enable": false,
- "vetur.validation.template": false,
- "typescript.tsdk": "node_modules/typescript/lib",
- "cSpell.words": [
- "avic",
- "browserslist",
- "flashdeliver",
- "Lazyload",
- "Localforage",
- "openid",
- "ordermeal",
- "ordermealwx",
- "prefetch",
- "scroller",
- "superdesk",
- "tabbar",
- "tailwindcss",
- "vant",
- "vuex"
- ]
- }
|