mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-29 03:58:48 +01:00
Use .cjs extension for markdownlint-micromark output files for clarity.
This commit is contained in:
parent
c9e8f8b8ea
commit
fc2ed221ff
5 changed files with 7 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
const assert = require("node:assert/strict");
|
||||
// @ts-ignore
|
||||
const { parse, postprocess, preprocess } = require("../micromark/micromark.js");
|
||||
const { parse, postprocess, preprocess } = require("../micromark/micromark.cjs");
|
||||
|
||||
/**
|
||||
* Markdown token.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue