etn-ccis/blui-react-cli-templates

Lint Typescript templates

Closed this issue · 2 comments

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?

@emclaug2 can you elaborate on what is happening here? The reportWebVitals.ts file has already disabled linting checks:
image

this works when you lint but does not work when you run it (yarn start)