Skip to content

Commit

Permalink
chore: stylelint-value-no-vendor-prefix (#12891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu-kung authored Jan 14, 2025
1 parent b1fca51 commit 87906b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lint/src/config/stylelint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
'font-family-no-missing-generic-family-keyword': null, // iconfont
'plugin/declaration-block-no-ignored-properties': true,
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
// https://stylelint.io/user-guide/rules/value-no-vendor-prefix/
'value-no-vendor-prefix': [true, { ignoreValues: ['box'] }],
// webcomponent
'selector-type-no-unknown': null,
'value-keyword-case': ['lower', { ignoreProperties: ['composes'] }],
Expand Down

0 comments on commit 87906b4

Please sign in to comment.