Skip to content

Commit 77ea05e

Browse files
committed
Remove markdownlint-rule-helpers dependency, reference via require("markdownlint/helpers") instead.
1 parent 0b87e04 commit 77ea05e

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

markdownlint.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function lintAndPrint(stdin, files) {
293293
...lintOptions,
294294
resultVersion: 3
295295
};
296-
const markdownlintRuleHelpers = require('markdownlint-rule-helpers');
296+
const markdownlintRuleHelpers = require('markdownlint/helpers');
297297
for (const file of files) {
298298
fixOptions.files = [file];
299299
const fixResult = markdownlint.sync(fixOptions);

package-lock.json

-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"js-yaml": "^4.1.0",
4545
"jsonc-parser": "~3.2.0",
4646
"markdownlint": "~0.27.0",
47-
"markdownlint-rule-helpers": "~0.17.2",
4847
"minimatch": "~5.1.2",
4948
"run-con": "~1.2.11"
5049
},

0 commit comments

Comments
 (0)