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 } } });