summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-20 23:39:11 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-20 23:39:11 +0200
commita06daff92e5f7cca55d1698252e3aa6526877c8b (patch)
treee9310619b8328a8ba753518acd6a4d1c31c40c7c /.eslintrc.json
parent58e505f79a0617011576bdded9427b0d448d6107 (diff)
downloadwekan-a06daff92e5f7cca55d1698252e3aa6526877c8b.tar.gz
wekan-a06daff92e5f7cca55d1698252e3aa6526877c8b.tar.bz2
wekan-a06daff92e5f7cca55d1698252e3aa6526877c8b.zip
Remove eslint option that does not work.
Thanks to xet7 !
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index c9c76c48..3024d76c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -14,7 +14,6 @@
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module",
- "allowImportExportEverywhere": true
},
"rules": {
"strict": 0,