mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Address violation of new lint rule unicorn/no-named-default.
This commit is contained in:
parent
31e480ad05
commit
241fe5b51c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { readFile, writeFile } from "node:fs/promises";
|
||||
import { EOL } from "node:os";
|
||||
import { default as rules } from "../lib/rules.mjs";
|
||||
import rules from "../lib/rules.mjs";
|
||||
import { newLineRe } from "../helpers/helpers.cjs";
|
||||
import { deprecatedRuleNames, fixableRuleNames } from "../lib/constants.mjs";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue