Create a Multi-Page JavaScript Boilerplate with Webpack 5, Babel, ESLint and Prettier (Part 5)
This is a continuation of Part 4.
In Part 5, we will set up ESLint and Prettier.
ESLint and Prettier
We want to enforce best practices and formatting throughout the project.
npm install --save-dev eslint-webpack-plugin eslint @babel/eslint-parser
es...