@taiga-ui/stylelint-config 0.163.0 → 0.164.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 +9 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -19,7 +19,14 @@ module.exports = {
|
|
|
19
19
|
},
|
|
20
20
|
],
|
|
21
21
|
'annotation-no-unknown': true,
|
|
22
|
-
'at-rule-allowed-list': [
|
|
22
|
+
'at-rule-allowed-list': [
|
|
23
|
+
'extend',
|
|
24
|
+
'keyframes',
|
|
25
|
+
'import',
|
|
26
|
+
'media',
|
|
27
|
+
'supports',
|
|
28
|
+
'font-face',
|
|
29
|
+
],
|
|
23
30
|
'at-rule-empty-line-before': [
|
|
24
31
|
'always',
|
|
25
32
|
{
|
|
@@ -201,7 +208,7 @@ module.exports = {
|
|
|
201
208
|
'selector-type-no-unknown': [
|
|
202
209
|
true,
|
|
203
210
|
{
|
|
204
|
-
ignoreTypes: ['/^tui-/', '/^my-/', '/^app$/'],
|
|
211
|
+
ignoreTypes: ['/^tui-/', '/^my-/', '/^cdk-/', '/^app$/'],
|
|
205
212
|
},
|
|
206
213
|
],
|
|
207
214
|
'shorthand-property-no-redundant-values': true,
|