mirror of
https://git.crystalyx.net/Xefir/repod.git
synced 2024-12-27 09:14:56 +01:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
|
// SPDX-FileCopyrightText: Xéfir Destiny <xefir@crystalyx.net>
|
||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
module.exports = {
|
||
|
extends: [
|
||
|
'@nextcloud',
|
||
|
]
|
||
|
}
|