Skip to content

Eslint setup for js

Mosne edited this page Jul 14, 2020 · 1 revision

install ESlint for VSCode

and add this configuration

    "eslint.format.enable": true,
    "eslint.alwaysShowStatus": true,
    "editor.codeActionsOnSave": {
        "source.fixAll.eslint": true,
    },

MOSNE FF

Clone this wiki locally