Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upglob pattern not working? #402
Comments
This comment has been minimized.
This comment has been minimized.
|
This is because your shell ( This shell expansion is happening automatically before You can pass through the string unmodified by your shell if you do this:
(note the quotes around the glob) Cheers! |
feross
closed this
Feb 5, 2016
feross
added
the
question
label
Feb 5, 2016
This comment has been minimized.
This comment has been minimized.
|
Fantastic! I didn't know this trick. |
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
mehl321 commentedFeb 5, 2016
I put this command in my package.json file:
"lint": "standard src/**/*.js*"and when I run it the errors contained in mysrcsubfolders are found but not those contained in the root ofsrc.How can I make this work everywhere?