Skip to content

Commit f8add67

Browse files
committed
Fix prettier-standard flag position
1 parent 0833f19 commit f8add67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"precommit": "lint-staged",
5858
"prelint": "npm run pretty",
5959
"pretest": "npm run lint",
60-
"pretty": "prettier-standard --single-quote {core,test,bin}/**/*.js",
60+
"pretty": "prettier-standard index.js test/**/*.js --single-quote",
6161
"test": "nyc mocha"
6262
},
6363
"license": "MIT",

0 commit comments

Comments
 (0)