Adding ESLint to Webpack with React and TypeScript
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...
alexi_be3.hashnode.dev