Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Mar 3, 2021
1 parent 0bd3369 commit 45121f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"strip-ansi": "^6.0.0",
"tape": "^5.0.0",
"vfile-sort": "^2.0.0",
"xo": "^0.37.0"
"xo": "^0.38.0"
},
"scripts": {
"format": "remark . -qfo --ignore-pattern test/ && prettier . -w --loglevel warn && xo --fix",
Expand All @@ -86,11 +86,13 @@
"prettier": true,
"esnext": false,
"rules": {
"complexity": "off",
"guard-for-in": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/prefer-number-properties": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-includes": "off",
"guard-for-in": "off"
"unicorn/prefer-includes": "off"
}
},
"remarkConfig": {
Expand Down

0 comments on commit 45121f0

Please sign in to comment.