mirror of
https://github.com/nextcloud/registration.git
synced 2025-07-20 16:53:48 +00:00
8 lines
224 B
JavaScript
8 lines
224 B
JavaScript
/*
|
|
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
const stylelintConfig = require('@nextcloud/stylelint-config')
|
|
|
|
module.exports = stylelintConfig
|