refine code
This commit is contained in:
parent
d3f2fb7190
commit
fa691a0fd7
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ module.exports = {
|
|||
extends: [
|
||||
'stylelint-config-standard',
|
||||
'stylelint-config-recess-order',
|
||||
'stylelint-config-prettier'
|
||||
'stylelint-config-prettier',
|
||||
],
|
||||
rules: {
|
||||
'no-descending-specificity': 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'] }],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue