Fix ES6 linting
This commit is contained in:
@ -18,7 +18,7 @@ const mapStateToProps = createSelector(
|
|||||||
const editorDebounceTimeout = 750;
|
const editorDebounceTimeout = 750;
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
lint: true,
|
lint: {esversion: 6},
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
mode: 'javascript',
|
mode: 'javascript',
|
||||||
theme: 'monokai',
|
theme: 'monokai',
|
||||||
|
Reference in New Issue
Block a user