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:
authorkorelstar <korelstar@users.noreply.github.com>2021-12-05 22:29:49 +0300
committerkorelstar <korelstar@users.noreply.github.com>2021-12-05 22:34:36 +0300
commit5fe13382fd4708a0d396af6f54c25de4e004918a (patch)
tree26c20d98cefd0b313ebb33e8eb112d1edba400b7 /.eslintrc.js
parent6bada742fd21a30a84f06340f7a775a40257a52f (diff)
update dependencies
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 4b5581fc..954e82ed 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -5,5 +5,7 @@ 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' }],
+ // do not require JSDoc comments
+ 'jsdoc/require-jsdoc': 'off',
},
}