8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
// SPDX-FileCopyrightText: BVSC e.V. <no@example.com>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
]
|
|
}
|