TSLint override not working
giulioambrogi opened this issue · 0 comments
giulioambrogi commented
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:
create-react-app my-app --scripts-version=react-scripts-ts
- edit
tslint.json
as shown here: https://github.com/Microsoft/TypeScript-React-Starter#overriding-defaults - edit App.tsx adding a variable that is not being used
npm start