@taiga-ui/stylelint-config 0.149.3 → 0.151.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 +7 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -39,7 +39,12 @@ module.exports = {
39
39
  severity: 'error',
40
40
  },
41
41
  ],
42
- 'color-function-notation': 'legacy',
42
+ 'color-function-notation': [
43
+ 'modern',
44
+ {
45
+ ignore: ['with-var-inside'],
46
+ },
47
+ ],
43
48
  'color-hex-length': [
44
49
  'short',
45
50
  {
@@ -322,7 +327,7 @@ module.exports = {
322
327
  'selector-type-no-unknown': [
323
328
  true,
324
329
  {
325
- ignore: ['custom-elements'],
330
+ ignore: ['app', 'my-app', 'proprietary-app'],
326
331
  ignoreTypes: ['/^/deep/'],
327
332
  },
328
333
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/stylelint-config",
3
- "version": "0.149.3",
3
+ "version": "0.151.0",
4
4
  "description": "Taiga UI stylelint config",
5
5
  "keywords": [
6
6
  "stylelint",