Skip to content

Commit

Permalink
Update ava, xo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 14, 2017
1 parent da5b48a commit 3fc5e35
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 @@ -65,14 +65,14 @@
"vfile-sort": "^2.0.0"
},
"devDependencies": {
"ava": "^0.18.1",
"ava": "^0.19.1",
"browserify": "^14.0.0",
"esmangle": "^1.0.1",
"execa": "^0.6.0",
"nyc": "^10.1.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^2.0.0",
"xo": "^0.17.0"
"xo": "^0.18.1"
},
"scripts": {
"build-md": "remark . -qfo",
Expand All @@ -92,9 +92,11 @@
},
"xo": {
"space": true,
"esnext": false,
"rules": {
"ava/prefer-async-await": "off",
"max-lines": "off"
"max-lines": "off",
"capitalized-comments": "off"
},
"ignores": [
"alex.js"
Expand Down

0 comments on commit 3fc5e35

Please sign in to comment.