From c976db34fd69195104be41fc510094d21518da28 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 25 Apr 2017 20:47:13 -0700 Subject: [PATCH] test: remove obsolete lint comment The eslint-disable comment in test-repl.js appears to have been restored by accident while restoring other comments. Remove it. --- test/parallel/test-repl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/parallel/test-repl.js b/test/parallel/test-repl.js index d875622a3c8466..7a019cc5547d6a 100644 --- a/test/parallel/test-repl.js +++ b/test/parallel/test-repl.js @@ -19,7 +19,6 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -/* eslint-disable max-len, strict */ 'use strict'; const common = require('../common'); const assert = require('assert');