mediamonks / frontend-coding-standards

Media.Monks - Frontend Coding Standards
60 stars 23 forks source link

Linting breaks dev server / compiling React #71

Closed tworrisb closed 3 years ago

tworrisb commented 3 years ago

When adding a console.log or something that breaks the linting, the compiler / dev server breaks and throws the linting errors. During development this is very annoying, it should only show and block when committing wrong code.

psimk commented 3 years ago

This is unrelated to the standards, did you mean to post this in https://github.com/mediamonks/cra-template ?

tworrisb commented 3 years ago

I think you are right, will close this issue