summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-12 02:30:53 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-12 02:30:53 +0300
commitafa5ec360f61d8c891bc4058c3fc96525af4f4fa (patch)
treefb691f47d8b455c1b9e12d8d169d29e1a02d095f /.eslintrc.json
parent19a71c0d9295b3d1e595ceb711eadca7bac3a868 (diff)
parentc649c87d16c7269452aa9fff17293db8be550bd5 (diff)
downloadwekan-afa5ec360f61d8c891bc4058c3fc96525af4f4fa.tar.gz
wekan-afa5ec360f61d8c891bc4058c3fc96525af4f4fa.tar.bz2
wekan-afa5ec360f61d8c891bc4058c3fc96525af4f4fa.zip
Merge branch 'nztqa-improve-notify' into devel
Add Feature: Outgoing Webhooks. Thanks to nztqa !
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 64e2b702..c1ee03b8 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -127,6 +127,8 @@
"InvitationCodes": true,
"Winston":true,
"JsonRoutes": true,
- "Authentication": true
+ "Authentication": true,
+ "Integrations": true,
+ "HTTP": true
}
}