eslint-config-alloy
Version:
AlloyTeam ESLint 规则
14 lines (13 loc) • 424 B
JSON
{
"files.eol": "\n",
"editor.tabSize": 2,
"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"
}