How to use ESLint in Webpack

1 · Robin Wieruch · June 15, 2019, 11:53 a.m.
This tutorial is part 2 of 2 in 'Webpack with ESLint'-series. Part 1: How to set up Webpack with Babel So far, you should have a working JavaScript with Webpack application. In this tutorial, we will take this one step further by introducing ESLint for an enforced unified code style without code smells. Code style becomes an important topic for developers. If you just code for yourself, it might be alright to violate best practices....