Use ESLint
Created by: felixfbecker
ESLint has TypeScript support and is the future of TypeScript linting (TSLint will eventually be deprecated). It has a bunch of rules (like not referencing this.state
in setState()
) that I would like to enable because they keep coming up in code review.