Browse Source

add Autentication to global var

huneau romain 8 years ago
parent
commit
c0ddc89f21
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .eslintrc.json

+ 2 - 1
.eslintrc.json

@@ -126,6 +126,7 @@
     "Settings": true,
     "InvitationCodes": true,
     "Winston":true,
-    "JsonRoutes": true
+    "JsonRoutes": true,
+    "Authentication": true
   }
 }