Configure ES Lint with Airbnb rules for a Node.js Application2019-07-01#Tutorial #Nodejs #VSCode #Lint #ESLint #Airbnb Install ES Lint modules npm install --save-dev eslint-plugin-import eslint Install Airbnb config Use the base version for Node.Read more →