dollarshaveclub / es-check

Checks the version of ES in JavaScript files with simple shell commands 🏆
https://github.com/yowainwright/es-check
MIT License
459 stars 38 forks source link

ignore node_modules #86

Closed Diokuz closed 5 years ago

Diokuz commented 5 years ago

I have a problem: es-check tries to validate js files inside my node_modules folder. How to ignore that folder?

I have a monorepo, so, I have multiple node_moudles across my repo.

yowainwright commented 5 years ago

@Diokuz sorry it took me a week to get back to you.

For now, specifying each glob you wanna check within each package will work.

In the future a not flag would be nice. Good call! I'll probably work on new features in the next few months unless someone gets to them first.

Thanks for reaching out!!!