Commit bf638d68 authored by Mike Greiling's avatar Mike Greiling

resolve all no-irregular-whitespace eslint violations

parent ccada28f
/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, object-shorthand, no-else-return, comma-dangle, max-len */
/* eslint-disable arrow-parens, no-param-reassign, object-shorthand, no-else-return, comma-dangle, max-len */
(global => {
global.gl = global.gl || {};
global.gl = global.gl || {};
gl.ProtectedBranchAccessDropdown = class {
constructor(options) {
......
/* eslint-disable no-new, arrow-parens, no-param-reassign, no-irregular-whitespace, comma-dangle, max-len */
/* eslint-disable no-new, arrow-parens, no-param-reassign, comma-dangle, max-len */
/* global ProtectedBranchDropdown */
(global => {
global.gl = global.gl || {};
global.gl = global.gl || {};
gl.ProtectedBranchCreate = class {
constructor() {
......
/* eslint-disable no-new, arrow-parens, no-param-reassign, no-irregular-whitespace, comma-dangle, no-trailing-spaces, max-len */
/* eslint-disable no-new, arrow-parens, no-param-reassign, comma-dangle, no-trailing-spaces, max-len */
/* global Flash */
(global => {
global.gl = global.gl || {};
global.gl = global.gl || {};
gl.ProtectedBranchEdit = class {
constructor(options) {
......
/* eslint-disable arrow-parens, no-param-reassign, no-irregular-whitespace, no-new, comma-dangle, max-len */
/* eslint-disable arrow-parens, no-param-reassign, no-new, comma-dangle */
(global => {
global.gl = global.gl || {};
global.gl = global.gl || {};
gl.ProtectedBranchEditList = class {
constructor() {
constructor() {
this.$wrap = $('.protected-branches-list');
// Build edit forms
......
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