Commit d23a888b authored by Mike Greiling's avatar Mike Greiling

move eslint rules to top of script

parent e0e5ea0e
/* eslint-disable no-param-reassign */
/* global Vue */ /* global Vue */
((global) => { ((global) => {
...@@ -53,6 +54,5 @@ ...@@ -53,6 +54,5 @@
} }
} }
// eslint-disable-next-line no-param-reassign
global.Subscription = Subscription; global.Subscription = Subscription;
})(window.gl || (window.gl = {})); })(window.gl || (window.gl = {}));
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