Adding ESLint to Webpack with React and TypeScript
Jul 22, 2019 ยท Background When working in a team of developers, it is best to have a standard code style. ESLint allows developers to adhere to those basic code conventions by enforcing the same rules and making your code look unified. This helps with maintaining a...
Join discussion