Skip to content

Commit

Permalink
feat: ignore opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 4, 2024
1 parent 514e121 commit 70b174f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ module.exports = {
`${process.cwd()}/**/tests-report/**`,
],
rules: {
'alpha-value-notation': 'percentage',
'alpha-value-notation': [
'percentage',
{
exceptProperties: ['opacity'],
},
],
'annotation-no-unknown': [
true,
{
Expand Down

0 comments on commit 70b174f

Please sign in to comment.