summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-07-09 14:57:38 +0900
committernztqa <nztqa@users.noreply.github.com>2017-07-09 14:57:38 +0900
commit24290b66a3d8855eb743587b7720b8e8e3d99d91 (patch)
treef63932bda65213310ba0ef4873c93b1590fe36a5 /.eslintrc.json
parentd31b4cd2d95a96c655c4af6458cf41832e967dda (diff)
downloadwekan-24290b66a3d8855eb743587b7720b8e8e3d99d91.tar.gz
wekan-24290b66a3d8855eb743587b7720b8e8e3d99d91.tar.bz2
wekan-24290b66a3d8855eb743587b7720b8e8e3d99d91.zip
Add http and integrations
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
}
}