This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Linting inconsistencies #102
Closed
Description
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.
Am I missing something?