Skip to content

Commit

Permalink
npm run f runs npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jul 19, 2022
1 parent cdaa80f commit 34f49a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"index-of-match-end.js"
],
"scripts": {
"f": "npm run format",
"format": "npx prettier --arrow-parens=avoid --print-width=140 --trailing-comma=none --write *.js */*.js",
"setup": "cd test/data && bash setup.sh",
"test": "node ./test/test.js"
Expand Down

0 comments on commit 34f49a3

Please sign in to comment.