We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58ade0 commit caae0c0Copy full SHA for caae0c0
stylelint.config.js
@@ -105,18 +105,14 @@ module.exports = {
105
],
106
107
'font-family-no-missing-generic-family-keyword': null,
108
- 'block-opening-brace-space-before': 'always',
109
'at-rule-empty-line-before': null,
110
'no-descending-specificity': null,
111
'rule-empty-line-before': 'never',
112
'function-url-quotes': 'always',
113
'property-no-unknown': null,
114
'color-hex-length': 'long',
115
- 'string-quotes': 'single', // double跟prettier冲突
116
- 'color-hex-case': 'lower',
117
'no-empty-source': null,
118
'unit-case': null,
119
- indentation: 2,
120
},
121
extends: [
122
'@umijs/lint/dist/config/stylelint',
0 commit comments