Skip to content
Snippets Groups Projects
Commit 02f94cf0 authored by winniehell's avatar winniehell
Browse files

disable ESLint for all JavaScript files

parent 8263324b
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 0 deletions
/* eslint-disable */
//= require vue
//= require vue-resource
//= require_directory ./models
Loading
Loading
/* eslint-disable */
((w) => {
w.DiscussionMixins = {
computed: {
Loading
Loading
/* eslint-disable */
class DiscussionModel {
constructor (discussionId) {
this.id = discussionId;
Loading
Loading
/* eslint-disable */
class NoteModel {
constructor (discussionId, noteId, canResolve, resolved, resolved_by) {
this.discussionId = discussionId;
Loading
Loading
/* eslint-disable */
((w) => {
class ResolveServiceClass {
constructor() {
Loading
Loading
/* eslint-disable */
((w) => {
w.CommentsStore = {
state: {},
Loading
Loading
/* eslint-disable */
(function() {
var Dispatcher;
 
Loading
Loading
/* eslint-disable */
 
/*= require preview_markdown */
 
Loading
Loading
/* eslint-disable */
(function(global) {
class DueDateSelect {
constructor({ $dropdown, $loading } = {}) {
Loading
Loading
/* eslint-disable */
Array.prototype.first = function() {
return this[0];
}
Loading
Loading
/* eslint-disable */
Element.prototype.matches = Element.prototype.matches || Element.prototype.msMatches;
 
Element.prototype.closest = function closest(selector, selectedElement = this) {
Loading
Loading
/* eslint-disable */
// Disable an element and add the 'disabled' Bootstrap class
(function() {
$.fn.extend({
Loading
Loading
/* eslint-disable */
(function() {
var bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; };
 
Loading
Loading
/* eslint-disable */
(function() {
this.Flash = (function() {
var hideFlash;
Loading
Loading
/* eslint-disable */
// Creates the variables for setting up GFM auto-completion
(function() {
if (window.GitLab == null) {
Loading
Loading
/* eslint-disable */
(function() {
var GitLabDropdown, GitLabDropdownFilter, GitLabDropdownRemote,
bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
Loading
Loading
/* eslint-disable */
((global) => {
/*
* This class overrides the browser's validation error bubbles, displaying custom
Loading
Loading
/* eslint-disable */
(function() {
this.GLForm = (function() {
function GLForm(form) {
Loading
Loading
/* eslint-disable */
// This is a manifest file that'll be compiled into including all the files listed below.
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
// be included in the compiled file accessible from http://example.com/assets/application.js
Loading
Loading
/* eslint-disable */
(function() {
this.StatGraph = (function() {
function StatGraph() {}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment