mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add lint rules from eslint-plugin-node.
This commit is contained in:
parent
6525c36f1e
commit
e1eb81cd21
11 changed files with 61 additions and 19 deletions
|
@ -3,7 +3,6 @@
|
|||
import markdownlint from "../..";
|
||||
|
||||
const assert = require("assert");
|
||||
const { URL } = require("url");
|
||||
const markdownlintJsonPath = "../../.markdownlint.json";
|
||||
|
||||
function assertConfiguration(config: markdownlint.Configuration) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue