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 00:01:15 +0300
committerdartcafe <github@dartcafe.de>2021-04-19 00:01:15 +0300
commit52d0ea73368123a37e7cff11810d1fcced2ecf70 (patch)
tree243b38f44175c2b8b2882bd0d195b06388769723 /.eslintrc.js
parent43e516fd48128c94b045c83674fe5970e61cee2d (diff)
arrow-body-style
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 20897698..5d89bfec 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -34,6 +34,7 @@ module.exports = {
rules: {
'object-shorthand': 'error',
'arrow-parens': 'error',
+ 'arrow-body-style': 'error',
'@nextcloud/no-deprecations': 'warn',
'@nextcloud/no-removed-apis': 'error',
'node/no-missing-import': ['error', {