How to set up ESLint, Prettier and Typescript with a Create-React-App
If you are wondering how to lint Typescript code, there are two options available at the moment: TSLint or ESLint. Both can make sure to keep your code clean but TSLint just as the name indicates, is a linter only for Typescript whereas ESLint works mostly for Javascript. Most of the people use TSLint these […]