Remove deprecated ESLint rules after version update.

This commit is contained in:
David Anson 2023-11-05 20:13:12 -08:00
parent 760055e129
commit 3b1dfe42df
10 changed files with 8 additions and 57 deletions

View file

@ -1,6 +1,6 @@
// @ts-check
/* eslint-disable max-len, n/no-missing-import */
/* eslint-disable n/no-missing-import */
export { compile } from "micromark";
export { gfmAutolinkLiteralHtml } from "micromark-extension-gfm-autolink-literal";