NLeSC / create-react-app

Create React apps with no build configuration.
Other
1 stars 1 forks source link

linting errors on npm run start but not on npm run build #22

Closed jspaaks closed 7 years ago

jspaaks commented 7 years ago

npm run start gives linting errors, while npm run build on the same code is silent.

sverhoeven commented 7 years ago

Changed to enforce no tslint errors during npm run build.