resolve all no-irregular-whitespace eslint violations

This commit is contained in:
Mike Greiling 2017-01-11 19:48:34 -05:00
parent ccada28f30
commit bf638d68c9
4 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
/* 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) {

View File

@ -1,8 +1,8 @@
/* 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() {

View File

@ -1,8 +1,8 @@
/* 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) {

View File

@ -1,10 +1,10 @@
/* 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