summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-06-16 15:20:30 +0200
committerLukas Eipert <leipert@gitlab.com>2018-06-20 14:28:28 +0200
commit0e6441164f74a76b4b3decd3c0b0d8d31e15c815 (patch)
treedfd2fcf27f0f0a1016dad23dcc796cb3440f9cc5 /app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
parenta0a05a05f7d4353753852374f0a16a18c62ae843 (diff)
downloadgitlab-ce-0e6441164f74a76b4b3decd3c0b0d8d31e15c815.tar.gz
remove all unused eslint-disable rules
Diffstat (limited to 'app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js')
-rw-r--r--app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js b/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
index 37336a8cb69..ae72c8cb4d5 100644
--- a/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
+++ b/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors.js
@@ -1,4 +1,4 @@
-/* eslint-disable func-names, space-before-function-paren, wrap-iife, no-var, one-var, camelcase, one-var-declaration-per-line, quotes, no-param-reassign, quote-props, comma-dangle, prefer-template, max-len, no-return-assign, no-shadow */
+/* eslint-disable func-names, wrap-iife, no-var, one-var, camelcase, one-var-declaration-per-line, quotes, no-param-reassign, quote-props, comma-dangle, prefer-template, max-len, no-return-assign */
import $ from 'jquery';
import _ from 'underscore';