Skip to content

Commit db277f0

Browse files
Trottfhinkel
authored andcommitted
readline: remove unneeded eslint-disable comment
Remove a comment disabling an ESLint rule that is not triggered by the code anyway. PR-URL: #11836 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 1a210c4 commit db277f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/readline.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
// Regex used for ansi escape code splitting
4-
// eslint-disable-next-line no-control-regex
54
// Adopted from https://github.com/chalk/ansi-regex/blob/master/index.js
65
// License: MIT, authors: @sindresorhus, Qix-, and arjunmehta
76
// Matches all ansi escape code sequences in a string

0 commit comments

Comments
 (0)