Skip to content

Commit

Permalink
Revert "chore: stylelint-value-no-vendor-prefix (#12891)" (#12894)
Browse files Browse the repository at this point in the history
This reverts commit 87906b4.
  • Loading branch information
sorrycc authored Jan 15, 2025
1 parent 87906b4 commit cca66a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/lint/src/config/stylelint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ 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 cca66a2

Please sign in to comment.