mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 06:28:49 +01:00
Remove deprecated ESLint rules after version update.
This commit is contained in:
parent
760055e129
commit
3b1dfe42df
10 changed files with 8 additions and 57 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue