fix(style): 添加no-invalid-position-declaration规则到stylelint配置
This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
||||
'nesting-selector-no-missing-scoping-root': null,
|
||||
'no-descending-specificity': null,
|
||||
'no-empty-source': null,
|
||||
'no-invalid-position-declaration': null,
|
||||
'order/order': [
|
||||
[
|
||||
'dollar-variables',
|
||||
|
||||
Reference in New Issue
Block a user