mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
// SPDX-FileCopyrightText: Tobias Knöppler <tobias@knoeppler.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
module.exports = {
|
|
extends: [
|
|
'@nextcloud',
|
|
]
|
|
}
|