summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-22 10:27:08 -0600
committerMike Greiling <mike@pixelcog.com>2016-11-22 12:19:51 -0600
commit46b725aba6054ddf536286e967c84d0afe7d1398 (patch)
treee5c44f498d705a5b3fdf69e31319fdba9a5dd94e
parentbd0017c6d4e008474fcd87e979b3b4e3f93e39b1 (diff)
downloadgitlab-ce-46b725aba6054ddf536286e967c84d0afe7d1398.tar.gz
add "gon" to list of expected globals
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 6823d0c9f35..67dbf9cffd2 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -14,6 +14,7 @@
"$": false,
"_": false,
"gl": false,
+ "gon": false,
"jQuery": false
}
}