diff options
-rw-r--r-- | .eslintrc.json | 3 |
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 } } |