Fix eslint offenses

parent c9dff064
/* eslint-disable space-before-function-paren, comma-dangle, no-param-reassign, camelcase, prefer-const, no-extra-semi, max-len, no-unused-vars */ /* eslint-disable space-before-function-paren, comma-dangle, no-param-reassign, camelcase, prefer-const, no-extra-semi, max-len, no-unused-vars, no-else-return */
/* global Vue */ /* global Vue */
class BoardService { class BoardService {
......
...@@ -36,6 +36,8 @@ ...@@ -36,6 +36,8 @@
/* global ProjectShow */ /* global ProjectShow */
/* global Labels */ /* global Labels */
/* global Shortcuts */ /* global Shortcuts */
/* global WeightSelect */
/* global AdminEmailSelect */
(function() { (function() {
var Dispatcher; var Dispatcher;
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
/* global UsersSelect */ /* global UsersSelect */
/* global ZenMode */ /* global ZenMode */
/* global Autosave */ /* global Autosave */
/* global GroupsSelect */
(function() { (function() {
var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
......
/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, object-shorthand, no-else-return, comma-dangle, semi, padded-blocks, max-len */ /* eslint-disable */
(global => { (global => {
global.gl = global.gl || {}; global.gl = global.gl || {};
......
/* eslint-disable no-new, arrow-parens, no-param-reassign, no-irregular-whitespace, comma-dangle, padded-blocks, semi, max-len */ /* eslint-disable */
/* global ProtectedBranchDropdown */ /* global ProtectedBranchDropdown */
(global => { (global => {
......
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