summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-20 23:49:43 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-20 23:49:43 +0200
commit4f5de87cc4c2281bd576548693de7c94e6a988c6 (patch)
tree651ff30d25ddb0416444370368d699e597c142d7 /.eslintrc.json
parentf371cbd5d2989adaa192bc83ede993e1b7295f66 (diff)
downloadwekan-4f5de87cc4c2281bd576548693de7c94e6a988c6.tar.gz
wekan-4f5de87cc4c2281bd576548693de7c94e6a988c6.tar.bz2
wekan-4f5de87cc4c2281bd576548693de7c94e6a988c6.zip
Fix typo.
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 3024d76c..ca29e181 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -13,7 +13,7 @@
},
"parserOptions": {
"ecmaVersion": 2018,
- "sourceType": "module",
+ "sourceType": "module"
},
"rules": {
"strict": 0,