@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.
- package/index.js +7 -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':
|
|
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: ['
|
|
330
|
+
ignore: ['app', 'my-app', 'proprietary-app'],
|
|
326
331
|
ignoreTypes: ['/^/deep/'],
|
|
327
332
|
},
|
|
328
333
|
],
|