Skip to content

Commit d2d24e1

Browse files
committed
Updated esversion to 11 from 7 to fix warnings related to nullish assignment.
1 parent 54e743a commit d2d24e1

File tree

1 file changed

+1
-1
lines changed
  • client/modules/IDE/components/Editor

1 file changed

+1
-1
lines changed

client/modules/IDE/components/Editor/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Editor extends React.Component {
133133
asi: true,
134134
eqeqeq: false,
135135
'-W041': false,
136-
esversion: 7
136+
esversion: 11
137137
}
138138
},
139139
colorpicker: {

0 commit comments

Comments
 (0)