mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Update custom rule samples to use markdownlint-rule-helpers package.
This commit is contained in:
parent
7e980401b8
commit
8c6ef2521c
3 changed files with 3 additions and 2 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"markdown-it-katex": "~2.0.3",
|
||||
"markdown-it-sub": "~1.0.0",
|
||||
"markdown-it-sup": "~1.0.0",
|
||||
"markdownlint-rule-helpers": "~0.1.0",
|
||||
"nodeunit": "~0.11.3",
|
||||
"rimraf": "~2.6.3",
|
||||
"toml": "~3.0.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"use strict";
|
||||
|
||||
const { URL } = require("url");
|
||||
const { filterTokens } = require("../../helpers");
|
||||
const { filterTokens } = require("markdownlint-rule-helpers");
|
||||
|
||||
module.exports = {
|
||||
"names": [ "any-blockquote" ],
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const { forEachLine, getLineMetadata } = require("../../helpers");
|
||||
const { forEachLine, getLineMetadata } = require("markdownlint-rule-helpers");
|
||||
|
||||
module.exports = {
|
||||
"names": [ "every-n-lines" ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue