deck/.eslintrc.js

9 строки
91 B
JavaScript

module.exports = {
extends: [
'@nextcloud'
],
rules: {
'valid-jsdoc': ['off'],
}
}