mirror of
https://github.com/nextcloud/mail.git
synced 2025-07-23 02:57:02 +00:00
9 lines
226 B
JavaScript
9 lines
226 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
const stylelintConfig = require('@nextcloud/stylelint-config')
|
|
|
|
module.exports = stylelintConfig
|