Skip to content

Commit bb34e97

Browse files
author
Julien Veyssier
committed
bump major js deps
Signed-off-by: Julien Veyssier <[email protected]>
1 parent b03a6b4 commit bb34e97

File tree

3 files changed

+966
-117
lines changed

3 files changed

+966
-117
lines changed

.eslintrc.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ module.exports = {
77
},
88
extends: [
99
'@nextcloud'
10-
]
10+
],
11+
rules: {
12+
'jsdoc/require-jsdoc': 'off',
13+
'jsdoc/tag-lines': 'off'
14+
}
1115
}

0 commit comments

Comments
 (0)