You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Generated a fresh project using create-react-app my-app --scripts-version=react-scripts-ts:
The generated README.md contains references to ESLint instead of TSLint (I would have thought that Remove mentions of Eslint #6 would have fixed this).
Changing tslint.json does not seem to do anything. For example, I intentionally messed up the indentation in App.tsx and I don't see any errors/warnings in the browser console. Then I tightened the spec on indentation to "indent": [ true, "spaces", 4 ], still not errors.