Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-04-18 23:39:25 +0300
committerdartcafe <github@dartcafe.de>2021-04-18 23:39:25 +0300
commit2488d3a0e557161e73caa7557bf2f9bce3f74242 (patch)
tree4e2c057ef50aa9aa9723a32f13a6abf4bed27c8c /.eslintrc.js
parentcbeba6e6fcf83dd655a4b9a24afc6ebcf1569bdc (diff)
no-else-return
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index be5ac7f5..599eff01 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -42,6 +42,7 @@ module.exports = {
groups: ['props'],
deepData: false,
}],
+ 'no-else-return': 'error',
'comma-dangle': ['error', 'always-multiline'],
// space before function ()
'space-before-function-paren': ['error', 'never'],