We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a210c4 commit db277f0Copy full SHA for db277f0
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