Skip to content

Commit

Permalink
Add ignoreproperties
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 11, 2023
1 parent 65aa88e commit 7bc8ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
'number-leading-zero': 'always',
'number-no-trailing-zeros': true,
'property-case': 'lower',
'property-no-vendor-prefix': false,
'property-no-vendor-prefix': [true, { ignoreProperties: ['transform', 'perspective', 'backface-visibility', 'appearance'] }],
'property-no-unknown': true,
'selector-attribute-brackets-space-inside': 'never',
'selector-attribute-operator-space-after': 'never',
Expand Down

0 comments on commit 7bc8ccb

Please sign in to comment.