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