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-19 01:04:05 +0300
committerdartcafe <github@dartcafe.de>2021-04-19 01:04:05 +0300
commit3a49867c69438f1c65ae6a28f5913429a20fefbc (patch)
tree0e9fbaa0e6de2193265c076ca3284ae5850e1fd8 /.eslintrc.js
parent52d0ea73368123a37e7cff11810d1fcced2ecf70 (diff)
no-plusplus
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 5d89bfec..393b76c6 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -35,6 +35,7 @@ module.exports = {
'object-shorthand': 'error',
'arrow-parens': 'error',
'arrow-body-style': 'error',
+ 'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
'@nextcloud/no-deprecations': 'warn',
'@nextcloud/no-removed-apis': 'error',
'node/no-missing-import': ['error', {