mirror of
https://github.com/nextcloud/registration.git
synced 2025-07-20 16:53:48 +00:00
13 lines
207 B
JavaScript
13 lines
207 B
JavaScript
/*
|
|
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
module.exports = {
|
|
extends: [
|
|
'@nextcloud'
|
|
],
|
|
globals: {
|
|
'$': true
|
|
}
|
|
};
|