move eslint rules to top of script

This commit is contained in:
Mike Greiling 2016-11-22 15:47:11 -06:00
parent e0e5ea0e19
commit d23a888ba3

View file

@ -1,3 +1,4 @@
/* eslint-disable no-param-reassign */
/* global Vue */
((global) => {
@ -53,6 +54,5 @@
}
}
// eslint-disable-next-line no-param-reassign
global.Subscription = Subscription;
})(window.gl || (window.gl = {}));