@deot/dev-stylelint 2.9.8 → 2.9.10
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/dist/index.cjs +214 -225
- package/dist/index.js +210 -221
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -1,228 +1,217 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
ignoreFiles: [
|
|
212
|
-
"**/node_modules/**",
|
|
213
|
-
"**/dist/**",
|
|
214
|
-
"**/temp/**",
|
|
215
|
-
"**/tmp/**",
|
|
216
|
-
"**/coverage/**",
|
|
217
|
-
"**/*.js",
|
|
218
|
-
"**/*.ts",
|
|
219
|
-
"**/*.tsx",
|
|
220
|
-
"**/*.jsx"
|
|
221
|
-
]
|
|
222
|
-
};
|
|
1
|
+
Object.defineProperties(exports, {
|
|
2
|
+
__esModule: { value: true },
|
|
3
|
+
[Symbol.toStringTag]: { value: "Module" }
|
|
4
|
+
});
|
|
5
|
+
//#region packages/stylelint/src/configure.ts
|
|
6
|
+
/**
|
|
7
|
+
* 导出一个可配置的stylelint配置项
|
|
8
|
+
* 1. async方便扩展(可以像@deot/dev-eslint)
|
|
9
|
+
* @returns 配置项(Promise)
|
|
10
|
+
*/
|
|
11
|
+
var configure = async () => {
|
|
12
|
+
return {
|
|
13
|
+
plugins: ["stylelint-order", "@stylistic/stylelint-plugin"],
|
|
14
|
+
extends: ["stylelint-config-standard-scss", "stylelint-config-recommended-vue/scss"],
|
|
15
|
+
rules: {
|
|
16
|
+
"at-rule-no-unknown": [true, { ignoreAtRules: [
|
|
17
|
+
"use",
|
|
18
|
+
"forward",
|
|
19
|
+
"for",
|
|
20
|
+
"function",
|
|
21
|
+
"if",
|
|
22
|
+
"each",
|
|
23
|
+
"include",
|
|
24
|
+
"mixin",
|
|
25
|
+
"at-root",
|
|
26
|
+
"else",
|
|
27
|
+
"extend",
|
|
28
|
+
"return",
|
|
29
|
+
"debug",
|
|
30
|
+
"while",
|
|
31
|
+
"error"
|
|
32
|
+
] }],
|
|
33
|
+
"no-empty-source": null,
|
|
34
|
+
"no-descending-specificity": null,
|
|
35
|
+
"nesting-selector-no-missing-scoping-root": null,
|
|
36
|
+
"block-no-redundant-nested-style-rules": null,
|
|
37
|
+
"block-no-empty": null,
|
|
38
|
+
"selector-class-pattern": "[a-zA-Z0-9_-]+",
|
|
39
|
+
"selector-pseudo-class-no-unknown": [true, { ignorePseudoClasses: ["global"] }],
|
|
40
|
+
"named-grid-areas-no-invalid": null,
|
|
41
|
+
"font-family-no-missing-generic-family-keyword": null,
|
|
42
|
+
"rule-empty-line-before": ["always", { ignore: ["after-comment", "first-nested"] }],
|
|
43
|
+
"function-no-unknown": null,
|
|
44
|
+
"unit-no-unknown": [true, { ignoreUnits: ["rpx"] }],
|
|
45
|
+
"scss/dollar-variable-pattern": "[a-zA-Z0-9_-]+",
|
|
46
|
+
"@stylistic/indentation": "tab",
|
|
47
|
+
"@stylistic/declaration-colon-space-after": "always-single-line",
|
|
48
|
+
"@stylistic/declaration-colon-space-before": "never",
|
|
49
|
+
"@stylistic/declaration-block-trailing-semicolon": "always",
|
|
50
|
+
"order/properties-order": [
|
|
51
|
+
"position",
|
|
52
|
+
"top",
|
|
53
|
+
"right",
|
|
54
|
+
"bottom",
|
|
55
|
+
"left",
|
|
56
|
+
"z-index",
|
|
57
|
+
"display",
|
|
58
|
+
"float",
|
|
59
|
+
"width",
|
|
60
|
+
"height",
|
|
61
|
+
"max-width",
|
|
62
|
+
"max-height",
|
|
63
|
+
"min-width",
|
|
64
|
+
"min-height",
|
|
65
|
+
"padding",
|
|
66
|
+
"padding-top",
|
|
67
|
+
"padding-right",
|
|
68
|
+
"padding-bottom",
|
|
69
|
+
"padding-left",
|
|
70
|
+
"margin",
|
|
71
|
+
"margin-top",
|
|
72
|
+
"margin-right",
|
|
73
|
+
"margin-bottom",
|
|
74
|
+
"margin-left",
|
|
75
|
+
"margin-collapse",
|
|
76
|
+
"margin-top-collapse",
|
|
77
|
+
"margin-right-collapse",
|
|
78
|
+
"margin-bottom-collapse",
|
|
79
|
+
"margin-left-collapse",
|
|
80
|
+
"overflow",
|
|
81
|
+
"overflow-x",
|
|
82
|
+
"overflow-y",
|
|
83
|
+
"clip",
|
|
84
|
+
"clear",
|
|
85
|
+
"font",
|
|
86
|
+
"font-family",
|
|
87
|
+
"font-size",
|
|
88
|
+
"font-smoothing",
|
|
89
|
+
"osx-font-smoothing",
|
|
90
|
+
"font-style",
|
|
91
|
+
"font-weight",
|
|
92
|
+
"hyphens",
|
|
93
|
+
"src",
|
|
94
|
+
"line-height",
|
|
95
|
+
"letter-spacing",
|
|
96
|
+
"word-spacing",
|
|
97
|
+
"color",
|
|
98
|
+
"text-align",
|
|
99
|
+
"text-decoration",
|
|
100
|
+
"text-indent",
|
|
101
|
+
"text-overflow",
|
|
102
|
+
"text-rendering",
|
|
103
|
+
"text-size-adjust",
|
|
104
|
+
"text-shadow",
|
|
105
|
+
"text-transform",
|
|
106
|
+
"word-break",
|
|
107
|
+
"word-wrap",
|
|
108
|
+
"white-space",
|
|
109
|
+
"vertical-align",
|
|
110
|
+
"list-style",
|
|
111
|
+
"list-style-type",
|
|
112
|
+
"list-style-position",
|
|
113
|
+
"list-style-image",
|
|
114
|
+
"pointer-events",
|
|
115
|
+
"cursor",
|
|
116
|
+
"background",
|
|
117
|
+
"background-attachment",
|
|
118
|
+
"background-color",
|
|
119
|
+
"background-image",
|
|
120
|
+
"background-position",
|
|
121
|
+
"background-repeat",
|
|
122
|
+
"background-size",
|
|
123
|
+
"border",
|
|
124
|
+
"border-collapse",
|
|
125
|
+
"border-top",
|
|
126
|
+
"border-right",
|
|
127
|
+
"border-bottom",
|
|
128
|
+
"border-left",
|
|
129
|
+
"border-color",
|
|
130
|
+
"border-image",
|
|
131
|
+
"border-top-color",
|
|
132
|
+
"border-right-color",
|
|
133
|
+
"border-bottom-color",
|
|
134
|
+
"border-left-color",
|
|
135
|
+
"border-spacing",
|
|
136
|
+
"border-style",
|
|
137
|
+
"border-top-style",
|
|
138
|
+
"border-right-style",
|
|
139
|
+
"border-bottom-style",
|
|
140
|
+
"border-left-style",
|
|
141
|
+
"border-width",
|
|
142
|
+
"border-top-width",
|
|
143
|
+
"border-right-width",
|
|
144
|
+
"border-bottom-width",
|
|
145
|
+
"border-left-width",
|
|
146
|
+
"border-radius",
|
|
147
|
+
"border-top-right-radius",
|
|
148
|
+
"border-bottom-right-radius",
|
|
149
|
+
"border-bottom-left-radius",
|
|
150
|
+
"border-top-left-radius",
|
|
151
|
+
"border-radius-topright",
|
|
152
|
+
"border-radius-bottomright",
|
|
153
|
+
"border-radius-bottomleft",
|
|
154
|
+
"border-radius-topleft",
|
|
155
|
+
"content",
|
|
156
|
+
"quotes",
|
|
157
|
+
"outline",
|
|
158
|
+
"outline-offset",
|
|
159
|
+
"opacity",
|
|
160
|
+
"filter",
|
|
161
|
+
"visibility",
|
|
162
|
+
"size",
|
|
163
|
+
"zoom",
|
|
164
|
+
"transform",
|
|
165
|
+
"box-align",
|
|
166
|
+
"box-flex",
|
|
167
|
+
"box-orient",
|
|
168
|
+
"box-pack",
|
|
169
|
+
"box-shadow",
|
|
170
|
+
"box-sizing",
|
|
171
|
+
"table-layout",
|
|
172
|
+
"animation",
|
|
173
|
+
"animation-delay",
|
|
174
|
+
"animation-duration",
|
|
175
|
+
"animation-iteration-count",
|
|
176
|
+
"animation-name",
|
|
177
|
+
"animation-play-state",
|
|
178
|
+
"animation-timing-function",
|
|
179
|
+
"animation-fill-mode",
|
|
180
|
+
"transition",
|
|
181
|
+
"transition-delay",
|
|
182
|
+
"transition-duration",
|
|
183
|
+
"transition-property",
|
|
184
|
+
"transition-timing-function",
|
|
185
|
+
"background-clip",
|
|
186
|
+
"backface-visibility",
|
|
187
|
+
"resize",
|
|
188
|
+
"appearance",
|
|
189
|
+
"user-select",
|
|
190
|
+
"interpolation-mode",
|
|
191
|
+
"direction",
|
|
192
|
+
"marks",
|
|
193
|
+
"page",
|
|
194
|
+
"set-link-source",
|
|
195
|
+
"unicode-bidi",
|
|
196
|
+
"speak"
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
ignoreFiles: [
|
|
200
|
+
"**/node_modules/**",
|
|
201
|
+
"**/dist/**",
|
|
202
|
+
"**/temp/**",
|
|
203
|
+
"**/tmp/**",
|
|
204
|
+
"**/coverage/**",
|
|
205
|
+
"**/*.js",
|
|
206
|
+
"**/*.ts",
|
|
207
|
+
"**/*.tsx",
|
|
208
|
+
"**/*.jsx"
|
|
209
|
+
]
|
|
210
|
+
};
|
|
223
211
|
};
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
212
|
+
//#endregion
|
|
213
|
+
//#region packages/stylelint/src/index.ts
|
|
214
|
+
var config = configure();
|
|
215
|
+
//#endregion
|
|
227
216
|
exports.configure = configure;
|
|
228
217
|
exports.default = config;
|
package/dist/index.js
CHANGED
|
@@ -1,223 +1,212 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
ignoreFiles: [
|
|
208
|
-
"**/node_modules/**",
|
|
209
|
-
"**/dist/**",
|
|
210
|
-
"**/temp/**",
|
|
211
|
-
"**/tmp/**",
|
|
212
|
-
"**/coverage/**",
|
|
213
|
-
"**/*.js",
|
|
214
|
-
"**/*.ts",
|
|
215
|
-
"**/*.tsx",
|
|
216
|
-
"**/*.jsx"
|
|
217
|
-
]
|
|
218
|
-
};
|
|
1
|
+
//#region packages/stylelint/src/configure.ts
|
|
2
|
+
/**
|
|
3
|
+
* 导出一个可配置的stylelint配置项
|
|
4
|
+
* 1. async方便扩展(可以像@deot/dev-eslint)
|
|
5
|
+
* @returns 配置项(Promise)
|
|
6
|
+
*/
|
|
7
|
+
var configure = async () => {
|
|
8
|
+
return {
|
|
9
|
+
plugins: ["stylelint-order", "@stylistic/stylelint-plugin"],
|
|
10
|
+
extends: ["stylelint-config-standard-scss", "stylelint-config-recommended-vue/scss"],
|
|
11
|
+
rules: {
|
|
12
|
+
"at-rule-no-unknown": [true, { ignoreAtRules: [
|
|
13
|
+
"use",
|
|
14
|
+
"forward",
|
|
15
|
+
"for",
|
|
16
|
+
"function",
|
|
17
|
+
"if",
|
|
18
|
+
"each",
|
|
19
|
+
"include",
|
|
20
|
+
"mixin",
|
|
21
|
+
"at-root",
|
|
22
|
+
"else",
|
|
23
|
+
"extend",
|
|
24
|
+
"return",
|
|
25
|
+
"debug",
|
|
26
|
+
"while",
|
|
27
|
+
"error"
|
|
28
|
+
] }],
|
|
29
|
+
"no-empty-source": null,
|
|
30
|
+
"no-descending-specificity": null,
|
|
31
|
+
"nesting-selector-no-missing-scoping-root": null,
|
|
32
|
+
"block-no-redundant-nested-style-rules": null,
|
|
33
|
+
"block-no-empty": null,
|
|
34
|
+
"selector-class-pattern": "[a-zA-Z0-9_-]+",
|
|
35
|
+
"selector-pseudo-class-no-unknown": [true, { ignorePseudoClasses: ["global"] }],
|
|
36
|
+
"named-grid-areas-no-invalid": null,
|
|
37
|
+
"font-family-no-missing-generic-family-keyword": null,
|
|
38
|
+
"rule-empty-line-before": ["always", { ignore: ["after-comment", "first-nested"] }],
|
|
39
|
+
"function-no-unknown": null,
|
|
40
|
+
"unit-no-unknown": [true, { ignoreUnits: ["rpx"] }],
|
|
41
|
+
"scss/dollar-variable-pattern": "[a-zA-Z0-9_-]+",
|
|
42
|
+
"@stylistic/indentation": "tab",
|
|
43
|
+
"@stylistic/declaration-colon-space-after": "always-single-line",
|
|
44
|
+
"@stylistic/declaration-colon-space-before": "never",
|
|
45
|
+
"@stylistic/declaration-block-trailing-semicolon": "always",
|
|
46
|
+
"order/properties-order": [
|
|
47
|
+
"position",
|
|
48
|
+
"top",
|
|
49
|
+
"right",
|
|
50
|
+
"bottom",
|
|
51
|
+
"left",
|
|
52
|
+
"z-index",
|
|
53
|
+
"display",
|
|
54
|
+
"float",
|
|
55
|
+
"width",
|
|
56
|
+
"height",
|
|
57
|
+
"max-width",
|
|
58
|
+
"max-height",
|
|
59
|
+
"min-width",
|
|
60
|
+
"min-height",
|
|
61
|
+
"padding",
|
|
62
|
+
"padding-top",
|
|
63
|
+
"padding-right",
|
|
64
|
+
"padding-bottom",
|
|
65
|
+
"padding-left",
|
|
66
|
+
"margin",
|
|
67
|
+
"margin-top",
|
|
68
|
+
"margin-right",
|
|
69
|
+
"margin-bottom",
|
|
70
|
+
"margin-left",
|
|
71
|
+
"margin-collapse",
|
|
72
|
+
"margin-top-collapse",
|
|
73
|
+
"margin-right-collapse",
|
|
74
|
+
"margin-bottom-collapse",
|
|
75
|
+
"margin-left-collapse",
|
|
76
|
+
"overflow",
|
|
77
|
+
"overflow-x",
|
|
78
|
+
"overflow-y",
|
|
79
|
+
"clip",
|
|
80
|
+
"clear",
|
|
81
|
+
"font",
|
|
82
|
+
"font-family",
|
|
83
|
+
"font-size",
|
|
84
|
+
"font-smoothing",
|
|
85
|
+
"osx-font-smoothing",
|
|
86
|
+
"font-style",
|
|
87
|
+
"font-weight",
|
|
88
|
+
"hyphens",
|
|
89
|
+
"src",
|
|
90
|
+
"line-height",
|
|
91
|
+
"letter-spacing",
|
|
92
|
+
"word-spacing",
|
|
93
|
+
"color",
|
|
94
|
+
"text-align",
|
|
95
|
+
"text-decoration",
|
|
96
|
+
"text-indent",
|
|
97
|
+
"text-overflow",
|
|
98
|
+
"text-rendering",
|
|
99
|
+
"text-size-adjust",
|
|
100
|
+
"text-shadow",
|
|
101
|
+
"text-transform",
|
|
102
|
+
"word-break",
|
|
103
|
+
"word-wrap",
|
|
104
|
+
"white-space",
|
|
105
|
+
"vertical-align",
|
|
106
|
+
"list-style",
|
|
107
|
+
"list-style-type",
|
|
108
|
+
"list-style-position",
|
|
109
|
+
"list-style-image",
|
|
110
|
+
"pointer-events",
|
|
111
|
+
"cursor",
|
|
112
|
+
"background",
|
|
113
|
+
"background-attachment",
|
|
114
|
+
"background-color",
|
|
115
|
+
"background-image",
|
|
116
|
+
"background-position",
|
|
117
|
+
"background-repeat",
|
|
118
|
+
"background-size",
|
|
119
|
+
"border",
|
|
120
|
+
"border-collapse",
|
|
121
|
+
"border-top",
|
|
122
|
+
"border-right",
|
|
123
|
+
"border-bottom",
|
|
124
|
+
"border-left",
|
|
125
|
+
"border-color",
|
|
126
|
+
"border-image",
|
|
127
|
+
"border-top-color",
|
|
128
|
+
"border-right-color",
|
|
129
|
+
"border-bottom-color",
|
|
130
|
+
"border-left-color",
|
|
131
|
+
"border-spacing",
|
|
132
|
+
"border-style",
|
|
133
|
+
"border-top-style",
|
|
134
|
+
"border-right-style",
|
|
135
|
+
"border-bottom-style",
|
|
136
|
+
"border-left-style",
|
|
137
|
+
"border-width",
|
|
138
|
+
"border-top-width",
|
|
139
|
+
"border-right-width",
|
|
140
|
+
"border-bottom-width",
|
|
141
|
+
"border-left-width",
|
|
142
|
+
"border-radius",
|
|
143
|
+
"border-top-right-radius",
|
|
144
|
+
"border-bottom-right-radius",
|
|
145
|
+
"border-bottom-left-radius",
|
|
146
|
+
"border-top-left-radius",
|
|
147
|
+
"border-radius-topright",
|
|
148
|
+
"border-radius-bottomright",
|
|
149
|
+
"border-radius-bottomleft",
|
|
150
|
+
"border-radius-topleft",
|
|
151
|
+
"content",
|
|
152
|
+
"quotes",
|
|
153
|
+
"outline",
|
|
154
|
+
"outline-offset",
|
|
155
|
+
"opacity",
|
|
156
|
+
"filter",
|
|
157
|
+
"visibility",
|
|
158
|
+
"size",
|
|
159
|
+
"zoom",
|
|
160
|
+
"transform",
|
|
161
|
+
"box-align",
|
|
162
|
+
"box-flex",
|
|
163
|
+
"box-orient",
|
|
164
|
+
"box-pack",
|
|
165
|
+
"box-shadow",
|
|
166
|
+
"box-sizing",
|
|
167
|
+
"table-layout",
|
|
168
|
+
"animation",
|
|
169
|
+
"animation-delay",
|
|
170
|
+
"animation-duration",
|
|
171
|
+
"animation-iteration-count",
|
|
172
|
+
"animation-name",
|
|
173
|
+
"animation-play-state",
|
|
174
|
+
"animation-timing-function",
|
|
175
|
+
"animation-fill-mode",
|
|
176
|
+
"transition",
|
|
177
|
+
"transition-delay",
|
|
178
|
+
"transition-duration",
|
|
179
|
+
"transition-property",
|
|
180
|
+
"transition-timing-function",
|
|
181
|
+
"background-clip",
|
|
182
|
+
"backface-visibility",
|
|
183
|
+
"resize",
|
|
184
|
+
"appearance",
|
|
185
|
+
"user-select",
|
|
186
|
+
"interpolation-mode",
|
|
187
|
+
"direction",
|
|
188
|
+
"marks",
|
|
189
|
+
"page",
|
|
190
|
+
"set-link-source",
|
|
191
|
+
"unicode-bidi",
|
|
192
|
+
"speak"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
ignoreFiles: [
|
|
196
|
+
"**/node_modules/**",
|
|
197
|
+
"**/dist/**",
|
|
198
|
+
"**/temp/**",
|
|
199
|
+
"**/tmp/**",
|
|
200
|
+
"**/coverage/**",
|
|
201
|
+
"**/*.js",
|
|
202
|
+
"**/*.ts",
|
|
203
|
+
"**/*.tsx",
|
|
204
|
+
"**/*.jsx"
|
|
205
|
+
]
|
|
206
|
+
};
|
|
219
207
|
};
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
208
|
+
//#endregion
|
|
209
|
+
//#region packages/stylelint/src/index.ts
|
|
210
|
+
var config = configure();
|
|
211
|
+
//#endregion
|
|
223
212
|
export { configure, config as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deot/dev-stylelint",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.10",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@stylistic/stylelint-plugin": "^
|
|
23
|
-
"stylelint-config-standard-scss": "^
|
|
22
|
+
"@stylistic/stylelint-plugin": "^5.1.0",
|
|
23
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
24
24
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
25
|
-
"stylelint-order": "^
|
|
25
|
+
"stylelint-order": "^8.1.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"stylelint": "^
|
|
28
|
+
"stylelint": "^17.6.0"
|
|
29
29
|
}
|
|
30
30
|
}
|