microsoft / TypeScript-React-Starter

A starter template for TypeScript and React with a detailed README describing how to use the two together.
MIT License
11.09k stars 1.21k forks source link

TSLint override not working #204

Open giulioambrogi opened 6 years ago

giulioambrogi commented 6 years ago

Hi,

I've followed the README in order to turn TSLint errors into warnings during dev, but I keep getting the compilation errors instead.

Steps to reproduce:

  1. create-react-app my-app --scripts-version=react-scripts-ts
  2. edit tslint.json as shown here: https://github.com/Microsoft/TypeScript-React-Starter#overriding-defaults
  3. edit App.tsx adding a variable that is not being used
  4. npm start