6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
|
// SPDX-FileCopyrightText: Nextcloud contributors
|
||
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
const stylelintConfig = require('@nextcloud/stylelint-config')
|
||
|
|
||
|
module.exports = stylelintConfig
|