Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 4, 2021
1 parent e2c6ea0 commit 4a89295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"tinyify": "^3.0.0",
"xo": "^0.37.0"
"xo": "^0.38.0"
},
"scripts": {
"format": "remark . -qfo && prettier . --write && xo --fix",
Expand Down Expand Up @@ -96,6 +96,7 @@
],
"rules": {
"unicorn/explicit-length-check": "off",
"unicorn/no-array-for-each": "off",
"unicorn/prefer-includes": "off",
"unicorn/prefer-reflect-apply": "off",
"unicorn/prefer-number-properties": "off",
Expand Down

0 comments on commit 4a89295

Please sign in to comment.