Commit 78c962e3 authored by Simon Knox's avatar Simon Knox

removed unneeded lint comments

parent 6f59e713
......@@ -11,8 +11,8 @@ export default () => {
const filteredSearchManager = new gl.FilteredSearchManager('issues');
filteredSearchManager.setup();
}
new IssuableIndex('issue_'); // eslint-disable no-new
new IssuableIndex('issue_');
new ShortcutsNavigation();
new UsersSelect(); // eslint-disable no-new
new UsersSelect();
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment