mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Fix new violations from eslint-plugin-unicorn update.
This commit is contained in:
parent
c6d0ce5596
commit
4c00ffa2f0
14 changed files with 64 additions and 56 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const fs = require("fs").promises;
|
||||
const fs = require("node:fs").promises;
|
||||
|
||||
const [ command, ...args ] = process.argv.slice(2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue