mirror of
https://github.com/theoludwig/markdownlint-rule-relative-links.git
synced 2025-05-27 11:37:24 +02:00
feat: usage of ESM modules imports (instead of CommonJS)
Fixes #10 BREAKING CHANGE: This package is now pure ESM BREAKING CHANGE: minimum supported Node.js >= 22.0.0
This commit is contained in:
5
src/index.d.ts
vendored
Normal file
5
src/index.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import type { Rule } from "markdownlint"
|
||||
|
||||
declare const relativeLinksRule: Rule
|
||||
|
||||
export default relativeLinksRule
|
Reference in New Issue
Block a user