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 up--fix seems to fail over path with wildcards #1263
Comments
This comment has been minimized.
This comment has been minimized.
|
The command requires that the path uses quotes, such as: ./node_modules/standard/bin/cmd.js --fix './src/**/*.js' or standard --fix './src/**/*.js' |
heldrida
closed this
Mar 26, 2019
lock
bot
locked as resolved and limited conversation to collaborators
Jun 24, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
heldrida commentedMar 26, 2019
What version of standard?
12.0.1
What operating system, Node.js, and npm version?
macos, node v8.12.0 (npm v6.4.1)
What did you expect to happen?
Hypothetically, let's say I have ./src/App.js that has semicolons when I run standard --fix path/**/*.js it fails to fix it! Works if I do standard --fix ./src/App.js, the semicolons are erased from the file.
What actually happened?
It doesn't fix