Fix ES6 comma-dangle eslint rule (functions should be ignored pre-ES2017) [MAILPOET-1028]

This commit is contained in:
stoletniy
2017-07-27 19:05:17 +03:00
committed by pavel-mailpoet
parent 08f81bd816
commit 3e2bbeac11
47 changed files with 395 additions and 395 deletions

View File

@@ -11,7 +11,7 @@ const history = useRouterHistory(createHashHistory)({ queryKey: false });
const App = React.createClass({
render() {
return this.props.children;
}
},
});
const container = document.getElementById('help_container');