Skip to content

Commit

Permalink
feat(stylelint): ✨ 调整 stylelint 的策略
Browse files Browse the repository at this point in the history
  • Loading branch information
shlroland committed May 3, 2022
1 parent f5c9221 commit 076d5a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/stylelint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,9 @@ const config: Config = {
'selector-list-comma-space-after': 'always-single-line',
'selector-list-comma-space-before': 'never',
'selector-class-pattern': null,
'no-descending-specificity': null,
'font-family-no-missing-generic-family-keyword': null,
'selector-pseudo-element-no-unknown': null,
},
}

Expand Down

0 comments on commit 076d5a8

Please sign in to comment.