We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e7261 commit e19ca8bCopy full SHA for e19ca8b
lib/internal/readline.js
@@ -1,7 +1,6 @@
1
'use strict';
2
3
// Regex used for ansi escape code splitting
4
-// eslint-disable-next-line no-control-regex
5
// Adopted from https://github.com/chalk/ansi-regex/blob/master/index.js
6
// License: MIT, authors: @sindresorhus, Qix-, and arjunmehta
7
// Matches all ansi escape code sequences in a string
0 commit comments