Skip to content

Commit

Permalink
Update lint staged hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 18, 2017
1 parent a336d9a commit 9ed1812
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prettier-standard": "latest",
"rimraf": "latest",
"standard": "latest",
"finepack": "latest",
"standard-markdown": "latest",
"unfluff": "latest"
},
Expand All @@ -47,9 +48,13 @@
},
"license": "MIT",
"lint-staged": {
"*.js": [
"src/**/*.{js,css}": [
"prettier-standard",
"git add"
],
"package.json": [
"finepack",
"git add"
]
},
"standard": {
Expand Down

0 comments on commit 9ed1812

Please sign in to comment.