mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02: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
|
@ -19,7 +19,7 @@ module.exports = [
|
|||
"mode": "production",
|
||||
"output": {
|
||||
...shared.output,
|
||||
"filename": "micromark.js"
|
||||
"filename": "micromark.cjs"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -28,7 +28,7 @@ module.exports = [
|
|||
"mode": "development",
|
||||
"output": {
|
||||
...shared.output,
|
||||
"filename": "micromark.dev.js"
|
||||
"filename": "micromark.dev.cjs"
|
||||
}
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue