mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-17 23:29:03 +02:00
Update dependencies: @types/node to 14.14.9, browserify to 17.0.0, c8 to 7.3.5, eslint to 7.14.0, eslint-plugin-jsdoc to 30.7.8, eslint-plugin-unicorn to 23.0.0, markdownlint-rule-helpers to 0.12.0, typescript to 4.1.2, uglify-js to 3.12.0.
This commit is contained in:
parent
c2541468ff
commit
d2bd75748f
5 changed files with 27 additions and 17 deletions
|
|
@ -7,6 +7,7 @@ if (!module.exports) {
|
|||
}
|
||||
|
||||
// Stub missing implementation of util.promisify (unused here)
|
||||
// eslint-disable-next-line unicorn/import-style
|
||||
var util = require("util");
|
||||
if (!util.promisify) {
|
||||
util.promisify = function promisify(fn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue