mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Stop using module.createRequire (problematic under webpack), incorporate and export resolveModule helper from markdownlint-cli2.
This commit is contained in:
parent
a1da464618
commit
53ff5c43f1
16 changed files with 327 additions and 25 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ demo/markdownlint-browser.js
|
|||
demo/markdownlint-browser.min.js
|
||||
node_modules
|
||||
!test/node_modules
|
||||
!test/rules/node_modules
|
||||
npm-debug.log
|
||||
test-repos
|
||||
.DS_Store
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue