8 lines
219 B
JavaScript
8 lines
219 B
JavaScript
/**
|
|
* SPDX-FileCopyrightText: 2021 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
const stylelintConfig = require('@f7cloud/stylelint-config')
|
|
|
|
module.exports = stylelintConfig
|