Skip to content

Commit 74ec1ba

Browse files
authored
fixes #725 by updating jshint (#848)
1 parent 2cc0d57 commit 74ec1ba

File tree

3 files changed

+945
-1330
lines changed

3 files changed

+945
-1330
lines changed

client/modules/IDE/components/Editor.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Editor extends React.Component {
9797
'asi': true,
9898
'eqeqeq': false,
9999
'-W041': false,
100-
'esversion': 6
100+
'esversion': 7
101101
}
102102
}
103103
});

0 commit comments

Comments
 (0)