mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
fix flow and linter warnings
This commit is contained in:
@@ -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
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user