notifications/.eslintrc.js

16 строки
245 B
JavaScript

/**
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
module.exports = {
extends: [
'@nextcloud'
],
globals: {
'$': true
},
rules: {
'no-control-regex': 1
}
}