Skip to content

Commit 9836f4d

Browse files
authored
Merge pull request #3151 from Chaitanya1672/fix/nullish-assignment-issue
Updated `esversion` to 11 from 7 to fix warnings related to nullish assingment
2 parents bd97f91 + a53ede2 commit 9836f4d

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)