create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

How to prevent Build when there is eslint or prettier lint issue?

Open ajaij opened this issue 5 years ago • 0 comments

Hello, I'm trying to create an npm package using your awesome library, in create-react-app for enforcing strict linting of js & css, using webpack I made sure the lint rules are followed. Tried to do the same in your library but unfortunately could find a way to prevent build when any lint issue is there. Kindly let me know how to achieve this?

ajaij avatar Jun 05 '20 11:06 ajaij