Download NVM for Windows for macOS/Linux yarn Download VS Code Download Install Node.js $ nvm install 12.10 or $ nvm install stable Config Eslint Install eslint config to project $ yarn add --dev eslint-config-nss Create .eslintrc and add config { "extends": "nss/node" } Enable eslint.autoFixOnSave in VSCode setting