summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 939f7b46..4808d873 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -74,6 +74,7 @@
"Avatars": true,
"BlazeComponent": false,
"BlazeLayout": false,
+ "CollectionHooks": false,
"DocHead": false,
"ESSearchResults": false,
"FastRender": false,
@@ -116,6 +117,8 @@
"Notifications": true,
"allowIsBoardAdmin": true,
"allowIsBoardMember": true,
- "Emoji": true
+ "allowIsBoardMemberByCard": true,
+ "Emoji": true,
+ "Checklists": true
}
}