summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorhuneau romain <huneau.romain@gmail.com>2017-05-11 12:30:30 +0200
committerhuneau romain <huneau.romain@gmail.com>2017-05-11 12:30:30 +0200
commitc0ddc89f21b6370ea58eee68c5c3696861b3e8f2 (patch)
tree8014faca721b88f00939eeb7e8fdbcf1fd8872db /.eslintrc.json
parentb5271e5346cde2563d36c64a300729e27336a86b (diff)
downloadwekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.tar.gz
wekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.tar.bz2
wekan-c0ddc89f21b6370ea58eee68c5c3696861b3e8f2.zip
add Autentication to global var
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7aa16f4d..5fa05a38 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -126,6 +126,7 @@
"Settings": true,
"InvitationCodes": true,
"Winston":true,
- "JsonRoutes": true
+ "JsonRoutes": true,
+ "Authentication": true
}
}