mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 13:38:49 +01:00
Remove import of node:util and manually implement promisify (improves browser scenario), improve JSDoc typing.
This commit is contained in:
parent
3599f694ba
commit
789190962c
5 changed files with 62 additions and 25 deletions
|
|
@ -54,7 +54,6 @@ function config(options) {
|
|||
"fs": false,
|
||||
"os": false,
|
||||
"path": false,
|
||||
"util": false,
|
||||
"module": require.resolve("./module-stub.cjs")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue