Skip to content

Commit

Permalink
feat: time-min-milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 6, 2024
1 parent ea0cab1 commit 77a947b
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 @@ -355,7 +355,12 @@ module.exports = {
severity: 'error',
},
],
'time-min-milliseconds': null,
'time-min-milliseconds': [
true,
{
ignore: ['delay'],
},
],
'unit-allowed-list': [
'px',
'rem',
Expand Down

0 comments on commit 77a947b

Please sign in to comment.