Lint Typescript templates
Closed this issue · 2 comments
emclaug2 commented
Describe the bug
The typescript templates have a file that is preventing the cli from building without lint errors.
reportWebVitals.ts
should be linted
What is the expected behavior?
New projects generated without lint errors.
What are the steps to reproduce?
Screenshots or links to minimum reproduction example
Environment
Chrome windows
Anything else to add?
joebochill commented
@emclaug2 can you elaborate on what is happening here? The reportWebVitals.ts
file has already disabled linting checks:
jeffvg commented
this works when you lint but does not work when you run it (yarn start)