Merge pull request #12833 from systimotic/fix/es6-linting

Fix ES6 linting
This commit is contained in:
Samuel Plumppu
2017-01-25 17:16:17 +01:00
committed by GitHub

View File

@ -18,7 +18,7 @@ const mapStateToProps = createSelector(
const editorDebounceTimeout = 750;
const options = {
lint: true,
lint: {esversion: 6},
lineNumbers: true,
mode: 'javascript',
theme: 'monokai',