summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorGhassen Rjab <rjab.ghassen@gmail.com>2018-02-26 03:19:27 +0100
committerGhassen Rjab <rjab.ghassen@gmail.com>2018-02-26 03:19:27 +0100
commit373e9782dcf87a9c1169b5d1f8175ce14e4898c9 (patch)
tree98c12b669ac6807dee835e1e80e69859c77fdadd /.eslintrc.json
parent951a0db380d60f3d948ae38d50b85a54983a51de (diff)
downloadwekan-373e9782dcf87a9c1169b5d1f8175ce14e4898c9.tar.gz
wekan-373e9782dcf87a9c1169b5d1f8175ce14e4898c9.tar.bz2
wekan-373e9782dcf87a9c1169b5d1f8175ce14e4898c9.zip
Add Swimlanes to globals
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index a6d651a5..ba0437e0 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -129,6 +129,7 @@
"Integrations": true,
"HTTP": true,
"AccountSettings": true,
- "Announcements": true
+ "Announcements": true,
+ "Swimlanes": true
}
}