vscode open eslint

Installation eslint plug
was then added the following configuration in settings.json

    "eslint.validate": [
        "javascript",
        "javascriptreact",
        "html",
        "vue"
    ],
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true
    },

Guess you like

Origin www.cnblogs.com/fazero/p/12167982.html