@taiga-ui/stylelint-config 0.433.0 → 0.435.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 +2 -2
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -29,7 +29,7 @@ module.exports = {
|
|
|
29
29
|
],
|
|
30
30
|
reportDescriptionlessDisables: true,
|
|
31
31
|
reportNeedlessDisables: true,
|
|
32
|
-
reportUnscopedDisables:
|
|
32
|
+
reportUnscopedDisables: false,
|
|
33
33
|
validate: true,
|
|
34
34
|
rules: {
|
|
35
35
|
'@stylistic/declaration-block-trailing-semicolon': null,
|
|
@@ -254,7 +254,7 @@ module.exports = {
|
|
|
254
254
|
true,
|
|
255
255
|
{
|
|
256
256
|
available: 2021, // Safari 14.5 was released by Apple in May 2021
|
|
257
|
-
ignoreAtRules: ['view-transition', '/^font-/', '/^supports/'],
|
|
257
|
+
ignoreAtRules: ['view-transition', 'property', '/^font-/', '/^supports/'],
|
|
258
258
|
ignoreFunctions: [
|
|
259
259
|
'color-mix', // Safari 16+
|
|
260
260
|
'rect', // Safari 17+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/stylelint-config",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.435.0",
|
|
4
4
|
"description": "Taiga UI stylelint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"stylelint",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"@stylistic/stylelint-config": "^4.0.0",
|
|
35
35
|
"@stylistic/stylelint-plugin": "^5.0.1",
|
|
36
|
-
"@taiga-ui/browserslist-config": "0.
|
|
36
|
+
"@taiga-ui/browserslist-config": "0.435.0",
|
|
37
37
|
"postcss": "^8.5.8",
|
|
38
38
|
"postcss-less": "^6.0.0",
|
|
39
39
|
"stylelint": "^17.5.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"stylelint-no-unsupported-browser-features": "^8.1.1",
|
|
42
42
|
"stylelint-order": "^8.1.1",
|
|
43
43
|
"stylelint-plugin-logical-css": "^2.0.2",
|
|
44
|
-
"stylelint-plugin-use-baseline": "^1.4.
|
|
44
|
+
"stylelint-plugin-use-baseline": "^1.4.1",
|
|
45
45
|
"stylelint-rem-over-px": "^1.0.2",
|
|
46
46
|
"stylelint-use-logical": "^2.1.3"
|
|
47
47
|
},
|