Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.stylelintrc.js - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3acdcc1d46a92abdc15d8afad6b24a13cbfc3af (plain)
1
2
3
4
5
const stylelintConfig = require('@nextcloud/stylelint-config')

stylelintConfig.rules['no-invalid-position-at-import-rule'] = null

module.exports = stylelintConfig