зеркало из https://github.com/nextcloud/viewer.git
11 строки
323 B
JavaScript
11 строки
323 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
const stylelintConfig = require('@nextcloud/stylelint-config')
|
|
|
|
// Disable nested scss import
|
|
stylelintConfig.rules['no-invalid-position-at-import-rule'] = null
|
|
|
|
module.exports = stylelintConfig
|