Skip to content

Commit

Permalink
fix: fixed lint-staged usage
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Oct 17, 2020
1 parent 9797d50 commit 372b90a
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,19 @@
],
"license": "MIT",
"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
}
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
},
"main": "index.js",
"prettier": {
Expand Down

0 comments on commit 372b90a

Please sign in to comment.