Skip to content

Commit caae0c0

Browse files
committed
chore(stylelint): 移除部分已无效的规则
1 parent f58ade0 commit caae0c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stylelint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,14 @@ module.exports = {
105105
],
106106

107107
'font-family-no-missing-generic-family-keyword': null,
108-
'block-opening-brace-space-before': 'always',
109108
'at-rule-empty-line-before': null,
110109
'no-descending-specificity': null,
111110
'rule-empty-line-before': 'never',
112111
'function-url-quotes': 'always',
113112
'property-no-unknown': null,
114113
'color-hex-length': 'long',
115-
'string-quotes': 'single', // double跟prettier冲突
116-
'color-hex-case': 'lower',
117114
'no-empty-source': null,
118115
'unit-case': null,
119-
indentation: 2,
120116
},
121117
extends: [
122118
'@umijs/lint/dist/config/stylelint',

0 commit comments

Comments
 (0)