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>2020-05-02 02:05:01 +0300
committerdartcafe <github@dartcafe.de>2020-05-02 02:05:01 +0300
commit90bbbc070623c581602845dceed6b726a2a46806 (patch)
treec36aef1258c610189f09dfc3c51e86420dd871b5 /.eslintrc.js
parent5bc812fec1433d827f8c742a5100cbd738ec2574 (diff)
change linter comma-dangle to 'always-multiline'
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 5069e6f5..19f3735f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -38,7 +38,7 @@ module.exports = {
'allowModules': [],
'tryExtensions': ['.js', '.vue']
}],
- // 'comma-dangle': ['error', 'always-multiline'],
+ 'comma-dangle': ['error', 'always-multiline'],
// space before function ()
'space-before-function-paren': ['error', 'never'],
// curly braces always space