Linting for Angular applications, following angular.io/styleguide.
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint
ts-unused-exports finds unused exported symbols in your Typescript project
Improve your TSLint with the missing ESLint Rules