Skip to content

Commit

Permalink
chore: update stylelint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 31, 2025
1 parent a40d5b4 commit 6a8ba55
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ import { stylelintConfig } from '@pengzhanbo/stylelint-config'

export default stylelintConfig({
rules: {
'selector-pseudo-element-no-unknown': [true, {
ignorePseudoElements: ['input-placeholder'],
}],
// 'no-descending-specificity': null,
'custom-property-empty-line-before': null,
'property-no-vendor-prefix': null,
'selector-no-vendor-prefix': null,
'property-no-unknown': [true, {
ignoreProperties: ['r', 'font-named-instance'],
}],
'declaration-block-no-redundant-longhand-properties': [true, {
ignoreShorthands: ['inset'],
}],
Expand Down

0 comments on commit 6a8ba55

Please sign in to comment.