aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-12-02 05:31:35 +0300
committereug-vs <eug-vs@keemail.me>2020-12-02 05:31:35 +0300
commit83393fd06f2a61006a28ebb45524bdd39fdfb6c1 (patch)
treed318791d5c11cd8437e4b11a77f411200ba8950e /.eslintrc.json
parent286c2f962db1087fb0d6ee444c218346056d85b3 (diff)
downloadmongo-cronjob-83393fd06f2a61006a28ebb45524bdd39fdfb6c1.tar.gz
fix: resovle eslint errors
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 2a3b4a8..8a6f297 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -20,6 +20,8 @@
"no-cond-assign": 0,
"no-console": 0,
"no-plusplus": 0,
- "linebreak-style": 0
+ "linebreak-style": 0,
+ "func-names": 0,
+ "@typescript-eslint/comma-dangle": 0
}
}