DEV Community

Discussion on: Using ESLint and Prettier in a TypeScript Project

Collapse
 
robertcoopercode profile image
Robert Cooper

The error says you don't have typescript installed as a project dependency.

Also, tslint will continue displaying errors if you have a tslint configuration file in your repository, so just get rid of that file. It might be worth disabling tslint in your VSCode settings (you can disable it for your workplace settings only rather than globally under your user settings).

Hopefully that helps!