UNPKG

eslint-config-alloy

Version:
16 lines (15 loc) 532 B
{ "files.eol": "\n", "editor.tabSize": 4, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "eslint.validate": ["javascript", "javascriptreact", "vue", "typescript", "typescriptreact"], "editor.codeActionsOnSave": { // 保存时自动修复 ESLint 错误 // "source.fixAll.eslint": true }, "vetur.format.enable": false, "vetur.validation.template": false, "typescript.tsdk": "node_modules/typescript/lib", "prettier.disableLanguages": [] }