From c6509f5b437a3bcfc6e4fe72667512e762ffbbb8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 13 Mar 2017 20:46:57 -0700 Subject: [PATCH] readline: remove unneeded eslint-disable comment Remove a comment disabling an ESLint rule that is not triggered by the code anyway. --- lib/internal/readline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/internal/readline.js b/lib/internal/readline.js index 60fe946560aaaa..9f1884ad0ea9e1 100644 --- a/lib/internal/readline.js +++ b/lib/internal/readline.js @@ -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