fix flow and linter warnings

This commit is contained in:
Sebastian Sdorra
2018-08-31 10:47:42 +02:00
parent 9725f2d19f
commit d20b69ea23
13 changed files with 706 additions and 695 deletions

View File

@@ -74,6 +74,7 @@ class PluginLoader extends React.Component<Props, State> {
})
.then(script => {
// TODO is this safe???
// eslint-disable-next-line no-eval
eval(script); // NOSONAR
});
};