summaryrefslogtreecommitdiffstats
path: root/webapp/.eslintrc.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-07-31 09:49:19 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-07-31 09:49:19 -0400
commit0b5a25a39ef5aaca7044118d6fd9abd099e40697 (patch)
tree06f096ad1365b6bd698ff8af9e9885449ff9bccb /webapp/.eslintrc.json
parent3f8dda6f5ad676c976fd5ae575a6790fdb505449 (diff)
downloadchat-0b5a25a39ef5aaca7044118d6fd9abd099e40697.tar.gz
chat-0b5a25a39ef5aaca7044118d6fd9abd099e40697.tar.bz2
chat-0b5a25a39ef5aaca7044118d6fd9abd099e40697.zip
Fixed clientside emoji tests leaving behind a temporary file (#3691)
Diffstat (limited to 'webapp/.eslintrc.json')
-rw-r--r--webapp/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/.eslintrc.json b/webapp/.eslintrc.json
index ad28561f1..c5c100e6e 100644
--- a/webapp/.eslintrc.json
+++ b/webapp/.eslintrc.json
@@ -24,7 +24,8 @@
"describe": true,
"it": true,
"expect": true,
- "before": true
+ "before": true,
+ "after": true
},
"rules": {
"array-bracket-spacing": [2, "never"],