@taiga-ui/stylelint-config 0.158.0 → 0.159.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +6 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -355,7 +355,12 @@ module.exports = {
355
355
  severity: 'error',
356
356
  },
357
357
  ],
358
- 'time-min-milliseconds': null,
358
+ 'time-min-milliseconds': [
359
+ true,
360
+ {
361
+ ignore: ['delay'],
362
+ },
363
+ ],
359
364
  'unit-allowed-list': [
360
365
  'px',
361
366
  'rem',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.158.0",
3
+ "version": "0.159.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",