Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 28, 2019
1 parent fe1e107 commit 529d73f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"dtslint": "^0.9.9",
"nyc": "^14.0.0",
"prettier": "^1.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^5.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"unist-builder": "^1.0.0",
"xo": "^0.24.0"
"xo": "^0.25.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
Expand All @@ -82,7 +82,9 @@
"prettier": true,
"esnext": false,
"rules": {
"max-params": "off"
"max-params": "off",
"unicorn/prefer-reflect-apply": "off",
"unicorn/prefer-includes": "off"
}
},
"remarkConfig": {
Expand Down

0 comments on commit 529d73f

Please sign in to comment.