From 36a715fc3ae8020942e79dc5dc6d7d8bfb93c4e7 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Wed, 1 Feb 2017 22:00:19 -0500 Subject: [PATCH] fix #287 --- client/modules/IDE/components/Editor.jsx | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/modules/IDE/components/Editor.jsx b/client/modules/IDE/components/Editor.jsx index 59ecf716..23b0e0f8 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -65,7 +65,8 @@ class Editor extends React.Component { }, 2000), options: { asi: true, - eqeqeq: false + eqeqeq: false, + '-W041': false } } }); diff --git a/package.json b/package.json index b2700d7d..6646923c 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "htmlhint": "^0.9.13", "js-beautify": "^1.6.4", "jsdom": "^9.8.3", - "jshint": "^2.9.2", + "jshint": "^2.9.4", "lodash": "^4.16.4", "loop-protect": "git+https://git@github.com/catarak/loop-protect.git", "moment": "^2.14.1",