1
0
Fork 0

refine code

This commit is contained in:
nanxiaobei 2021-12-21 14:24:46 +08:00
parent d3f2fb7190
commit fa691a0fd7

View file

@ -2,11 +2,11 @@ module.exports = {
extends: [ extends: [
'stylelint-config-standard', 'stylelint-config-standard',
'stylelint-config-recess-order', 'stylelint-config-recess-order',
'stylelint-config-prettier' 'stylelint-config-prettier',
], ],
rules: { rules: {
'no-descending-specificity': null, 'no-descending-specificity': null,
'custom-property-empty-line-before': null, 'custom-property-empty-line-before': null,
'rule-empty-line-before': ['always', { ignore: ['after-comment', 'first-nested'] }] 'rule-empty-line-before': ['always', { ignore: ['after-comment', 'first-nested'] }],
} },
}; };