diff --git a/.eslintrc.json b/.eslintrc.json index b62e19c5..b171cdab 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -39,7 +39,6 @@ "example/*.js" ], "rules": { - "node/no-missing-require": "off", "node/no-extraneous-require": "off", "no-console": "off", "no-invalid-this": "off", @@ -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", diff --git a/package.json b/package.json index 2957d161..4bab8c5b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/snapshots/markdownlint-test-scenarios.js.snap b/test/snapshots/markdownlint-test-scenarios.js.snap index 007fe733..9ff73b45 100644 Binary files a/test/snapshots/markdownlint-test-scenarios.js.snap and b/test/snapshots/markdownlint-test-scenarios.js.snap differ