summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-02-03 02:02:47 +0200
committerLauri Ojansivu <x@xet7.org>2017-02-03 02:02:47 +0200
commit40594485d869be1638ea619bf655cc1de2e079db (patch)
tree70bb050626b491155f393db2ff3f5546d6a6ae2c /.eslintrc.json
parent70f92c6e0e3e15444cdb20987ce0544ec691d606 (diff)
parent335b91f0a48c2c64a96a74e8a2b9866bf590714a (diff)
downloadwekan-40594485d869be1638ea619bf655cc1de2e079db.tar.gz
wekan-40594485d869be1638ea619bf655cc1de2e079db.tar.bz2
wekan-40594485d869be1638ea619bf655cc1de2e079db.zip
Add checklist feature: Merge branch 'lkisme-ckls' into devel
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 87c2e2cf..4808d873 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -117,6 +117,8 @@
"Notifications": true,
"allowIsBoardAdmin": true,
"allowIsBoardMember": true,
- "Emoji": true
+ "allowIsBoardMemberByCard": true,
+ "Emoji": true,
+ "Checklists": true
}
}