notifications/.eslintrc.js

12 строки
117 B
JavaScript

module.exports = {
extends: [
'@nextcloud'
],
globals: {
'$': true
},
rules: {
'no-control-regex': 1
}
}