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

.stylelintrc.js - github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 220e7ed5c819ec3096f84aae2cffd8252e76a5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  extends: ['stylelint-config-one'],
  rules: {
    'function-no-unknown': null,
    'function-url-quotes': null,
    'color-function-notation': null,
    'no-descending-specificity': null,
    'comment-empty-line-before': null,
    'comment-whitespace-inside': null,
    'custom-property-empty-line-before': null,
  },
};