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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 7e0a54ea..565d05ce 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -7,6 +7,6 @@ module.exports = {
},
rules: {
// no ending html tag on a new line (was warn in "vue/strongly-recommended")
- 'vue/html-closing-bracket-newline': ['error', { multiline: 'always' }]
+ 'vue/html-closing-bracket-newline': ['error', { multiline: 'always' }],
},
}