Skip to content

Commit cb2d875

Browse files
committed
chore: remove unneeded eslint ignore
1 parent 17d2584 commit cb2d875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/escape.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict'
22

3-
// eslint-disable-next-line max-len
43
// this code adapted from: https://blogs.msdn.microsoft.com/twistylittlepassagesallalike/2011/04/23/everyone-quotes-command-line-arguments-the-wrong-way/
54
const cmd = (input, doubleEscape) => {
65
if (!input.length) {

0 commit comments

Comments
 (0)