Skip to content

Commit

Permalink
readline: remove unneeded eslint-disable comment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and italoacasas committed Mar 20, 2017
1 parent 62e7261 commit e19ca8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/readline.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

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

0 comments on commit e19ca8b

Please sign in to comment.