Skip to content

Commit

Permalink
Update dependency: ava to 4.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Jun 21, 2022
1 parent 9868700 commit 91856f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"example/*.js"
],
"rules": {
"node/no-missing-require": "off",
"node/no-extraneous-require": "off",
"no-console": "off",
"no-invalid-this": "off",
Expand Down Expand Up @@ -156,7 +155,7 @@
"node/no-extraneous-import": "error",
"node/no-extraneous-require": "error",
"node/no-missing-import": "error",
"node/no-missing-require": "error",
"node/no-missing-require": "off",
"node/no-new-require": "error",
"node/no-path-concat": "error",
"node/no-process-exit": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"markdown-it": "13.0.1"
},
"devDependencies": {
"ava": "3.15.0",
"ava": "4.3.0",
"c8": "7.11.3",
"eslint": "8.18.0",
"eslint-plugin-es": "4.1.0",
Expand Down
Binary file modified test/snapshots/markdownlint-test-scenarios.js.snap
Binary file not shown.

0 comments on commit 91856f0

Please sign in to comment.