Skip to content

Commit

Permalink
[pkg] Fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 17, 2018
1 parent 761b1a4 commit 96b638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"scripts": {
"test": "npm run lint && nyc --reporter=html --reporter=text mocha test/*.test.js",
"integration": "npm run lint && mocha test/*.integration.js",
"lint": "eslint . --ignore-path .gitignore && prettylint **/*.{json,md} --ignore-path .gitignore"
"lint": "eslint . --ignore-path .gitignore && prettylint '**/*.{json,md}' --ignore-path .gitignore"
},
"dependencies": {
"async-limiter": "~1.0.0"
Expand Down

0 comments on commit 96b638c

Please sign in to comment.