mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Fix new violations from eslint-plugin-unicorn update.
This commit is contained in:
parent
c6d0ce5596
commit
4c00ffa2f0
14 changed files with 64 additions and 56 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const { existsSync } = require("fs");
|
||||
const { join } = require("path").posix;
|
||||
const { promisify } = require("util");
|
||||
const { existsSync } = require("node:fs");
|
||||
const { join } = require("node:path").posix;
|
||||
const { promisify } = require("node:util");
|
||||
const jsYaml = require("js-yaml");
|
||||
const test = require("ava").default;
|
||||
const markdownlint = require("../lib/markdownlint");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue