mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-05 21:41:48 +01:00
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
This commit is contained in:
parent
191226f070
commit
1e71f6f44e
140 changed files with 1087 additions and 10428 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Snapshot report for `test/markdownlint-test-custom-rules.js`
|
||||
# Snapshot report for `test/markdownlint-test-custom-rules.mjs`
|
||||
|
||||
The actual snapshot is saved in `markdownlint-test-custom-rules.js.snap`.
|
||||
The actual snapshot is saved in `markdownlint-test-custom-rules.mjs.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Snapshot report for `test/markdownlint-test-repos-dotnet-docs.js`
|
||||
# Snapshot report for `test/markdownlint-test-repos-dotnet-docs.mjs`
|
||||
|
||||
The actual snapshot is saved in `markdownlint-test-repos-dotnet-docs.js.snap`.
|
||||
The actual snapshot is saved in `markdownlint-test-repos-dotnet-docs.mjs.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Snapshot report for `test/markdownlint-test-repos-mdn-content.js`
|
||||
# Snapshot report for `test/markdownlint-test-repos-mdn-content.mjs`
|
||||
|
||||
The actual snapshot is saved in `markdownlint-test-repos-mdn-content.js.snap`.
|
||||
The actual snapshot is saved in `markdownlint-test-repos-mdn-content.mjs.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Snapshot report for `test/markdownlint-test-repos-small.js`
|
||||
# Snapshot report for `test/markdownlint-test-repos-small.mjs`
|
||||
|
||||
The actual snapshot is saved in `markdownlint-test-repos-small.js.snap`.
|
||||
The actual snapshot is saved in `markdownlint-test-repos-small.mjs.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Snapshot report for `test/markdownlint-test-scenarios.js`
|
||||
# Snapshot report for `test/markdownlint-test-scenarios.mjs`
|
||||
|
||||
The actual snapshot is saved in `markdownlint-test-scenarios.js.snap`.
|
||||
The actual snapshot is saved in `markdownlint-test-scenarios.mjs.snap`.
|
||||
|
||||
Generated by [AVA](https://avajs.dev).
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue