mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-24 17:15:50 +02:00

* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
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
|