@alexlit/config-stylelint 46.2.0 → 46.3.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 +8 -3
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -145,8 +145,7 @@ const createConfig = (plugins = {}, options = {}) => ({
|
|
|
145
145
|
true,
|
|
146
146
|
{
|
|
147
147
|
ignoreProperties: {
|
|
148
|
-
|
|
149
|
-
'/.+/': /^(v-(bind|deep|global|slotted)|theme|view)|\$/,
|
|
148
|
+
'/.+/': /(v-(bind|deep|global|slotted)|theme|view)|\$/,
|
|
150
149
|
},
|
|
151
150
|
},
|
|
152
151
|
],
|
|
@@ -178,7 +177,13 @@ const createConfig = (plugins = {}, options = {}) => ({
|
|
|
178
177
|
|
|
179
178
|
'property-no-unknown': [
|
|
180
179
|
true,
|
|
181
|
-
{
|
|
180
|
+
{
|
|
181
|
+
ignoreProperties: [
|
|
182
|
+
'align-tracks',
|
|
183
|
+
'animation-timeline',
|
|
184
|
+
'interpolate-size',
|
|
185
|
+
],
|
|
186
|
+
},
|
|
182
187
|
],
|
|
183
188
|
|
|
184
189
|
'property-no-vendor-prefix': true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "46.
|
|
3
|
+
"version": "46.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"postcss": "^8.4.47",
|
|
34
34
|
"postcss-html": "^1.7.0",
|
|
35
35
|
"prettier": "^3.3.3",
|
|
36
|
-
"stylelint": "^16.
|
|
36
|
+
"stylelint": "^16.10.0",
|
|
37
37
|
"stylelint-at-rule-no-children": "^0.3.1",
|
|
38
38
|
"stylelint-color-format": "^1.1.0",
|
|
39
39
|
"stylelint-config-recommended-vue": "^1.5.0",
|