Address violation of new lint rule unicorn/no-named-default.

This commit is contained in:
David Anson 2025-02-17 19:49:25 -08:00 committed by GitHub
parent 4ced879f9a
commit ecd439f129
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";