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

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

stylelintConfig.ignoreFiles = ['css/At.scss']

module.exports = stylelintConfig