From 0dfdd0a601e871a3fd4531ac982bc6c4b70f9db2 Mon Sep 17 00:00:00 2001 From: Ivan Tivonenko Date: Wed, 24 Feb 2016 21:45:42 +0200 Subject: [PATCH] [FIX] change eslint version to 2.1 --- package.json | 2 +- src/common/connection.js | 1 - test/connection-test.js | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 3f0a5b3b..59e6704c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "coveralls": "^2.10.0", "doctoc": "^0.15.0", "ejs": "^2.3.4", - "eslint": "^1.3.0", + "eslint": "^2.1.0", "eventemitter2": "^0.4.14", "flow-bin": "^0.14", "gulp": "^3.8.10", diff --git a/src/common/connection.js b/src/common/connection.js index e8ad4af3..23d63626 100644 --- a/src/common/connection.js +++ b/src/common/connection.js @@ -1,4 +1,3 @@ -'use strict'; const _ = require('lodash'); const {EventEmitter} = require('events'); const WebSocket = require('ws'); diff --git a/test/connection-test.js b/test/connection-test.js index 10c88efc..c28c279f 100644 --- a/test/connection-test.js +++ b/test/connection-test.js @@ -1,5 +1,4 @@ /* eslint-disable max-nested-callbacks */ -'use strict'; const _ = require('lodash'); const net = require('net');