Skip to content

Commit cca66a2

Browse files
authored
Revert "chore: stylelint-value-no-vendor-prefix (#12891)" (#12894)
This reverts commit 87906b4.
1 parent 87906b4 commit cca66a2

File tree

1 file changed

+0
-2
lines changed
  • packages/lint/src/config/stylelint

1 file changed

+0
-2
lines changed

packages/lint/src/config/stylelint/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ module.exports = {
2020
'font-family-no-missing-generic-family-keyword': null, // iconfont
2121
'plugin/declaration-block-no-ignored-properties': true,
2222
'unit-no-unknown': [true, { ignoreUnits: ['rpx'] }],
23-
// https://stylelint.io/user-guide/rules/value-no-vendor-prefix/
24-
'value-no-vendor-prefix': [true, { ignoreValues: ['box'] }],
2523
// webcomponent
2624
'selector-type-no-unknown': null,
2725
'value-keyword-case': ['lower', { ignoreProperties: ['composes'] }],

0 commit comments

Comments
 (0)