8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
// SPDX-FileCopyrightText: Christian Bock <christian@death600.de>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
]
|
|
}
|