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:07:56 +0300
committerdartcafe <github@dartcafe.de>2021-04-19 01:07:56 +0300
commitb043995465a9d150167a8d07c9f37efe15826436 (patch)
tree6b5c4285551342ce588f069055a4002814cb9146 /.eslintrc.js
parent3a49867c69438f1c65ae6a28f5913429a20fefbc (diff)
no-negated-condition
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 393b76c6..e1a43657 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -36,6 +36,7 @@ module.exports = {
'arrow-parens': 'error',
'arrow-body-style': 'error',
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
+ 'no-negated-condition': 'error',
'@nextcloud/no-deprecations': 'warn',
'@nextcloud/no-removed-apis': 'error',
'node/no-missing-import': ['error', {