microsoft/TypeScript-React-Starter

TSLint override not working

giulioambrogi opened this issue · 0 comments

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