From 09a4829bef9bba6788c8fabd34cd76804b54bcb5 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Sun, 29 Jan 2017 13:29:17 -0500 Subject: [PATCH] remove lint error for == and != --- client/modules/IDE/components/Editor.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/modules/IDE/components/Editor.jsx b/client/modules/IDE/components/Editor.jsx index e4aafd19..59ecf716 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -64,7 +64,8 @@ class Editor extends React.Component { } }, 2000), options: { - asi: true + asi: true, + eqeqeq: false } } });