8ebf80cfd0
Signed-off-by: Christian Wolf <github@christianwolf.email>
10 lines
141 B
JavaScript
10 lines
141 B
JavaScript
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
],
|
|
rules: {
|
|
'jsdoc/require-jsdoc': 'off',
|
|
'vue/first-attribute-linebreak': 'off',
|
|
},
|
|
}
|