@aarongoldenthal/stylelint-config-standard 22.0.0 → 23.0.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 +4 -1
- package/package.json +10 -10
package/index.js
CHANGED
|
@@ -172,9 +172,11 @@ export default {
|
|
|
172
172
|
'number-max-precision': 4,
|
|
173
173
|
'property-allowed-list': null,
|
|
174
174
|
'property-disallowed-list': null,
|
|
175
|
+
'property-layout-mappings': 'flow-relative',
|
|
175
176
|
'property-no-deprecated': true,
|
|
176
177
|
'property-no-unknown': true,
|
|
177
178
|
'property-no-vendor-prefix': true,
|
|
179
|
+
'relative-selector-nesting-notation': 'explicit',
|
|
178
180
|
'rule-empty-line-before': [
|
|
179
181
|
'always-multi-line',
|
|
180
182
|
{
|
|
@@ -216,6 +218,7 @@ export default {
|
|
|
216
218
|
'selector-max-type': null,
|
|
217
219
|
'selector-max-universal': null,
|
|
218
220
|
'selector-nested-pattern': null,
|
|
221
|
+
'selector-no-deprecated': true,
|
|
219
222
|
'selector-no-qualifying-type': null,
|
|
220
223
|
'selector-no-vendor-prefix': true,
|
|
221
224
|
'selector-not-notation': 'complex',
|
|
@@ -275,7 +278,7 @@ export default {
|
|
|
275
278
|
'order/properties-alphabetical-order': true,
|
|
276
279
|
// eslint-disable-next-line sort-keys -- keep plugin rules separate
|
|
277
280
|
'logical-css/require-logical-keywords': true,
|
|
278
|
-
'logical-css/require-logical-properties':
|
|
281
|
+
'logical-css/require-logical-properties': null,
|
|
279
282
|
'logical-css/require-logical-units': null
|
|
280
283
|
}
|
|
281
284
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aarongoldenthal/stylelint-config-standard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0",
|
|
4
4
|
"description": "Standard StyleLint configuration settings",
|
|
5
5
|
"exports": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -38,18 +38,18 @@
|
|
|
38
38
|
"postcss-html": "1.8.1",
|
|
39
39
|
"stylelint-declaration-strict-value": "1.11.1",
|
|
40
40
|
"stylelint-order": "8.1.1",
|
|
41
|
-
"stylelint-plugin-logical-css": "2.0
|
|
41
|
+
"stylelint-plugin-logical-css": "2.1.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@aarongoldenthal/eslint-config-standard": "
|
|
45
|
-
"@vitest/coverage-v8": "4.1.
|
|
46
|
-
"eslint": "
|
|
47
|
-
"markdownlint-cli2": "0.
|
|
48
|
-
"prettier": "3.8.
|
|
49
|
-
"stylelint": "17.
|
|
50
|
-
"vitest": "4.1.
|
|
44
|
+
"@aarongoldenthal/eslint-config-standard": "45.0.1",
|
|
45
|
+
"@vitest/coverage-v8": "4.1.4",
|
|
46
|
+
"eslint": "10.2.1",
|
|
47
|
+
"markdownlint-cli2": "0.22.0",
|
|
48
|
+
"prettier": "3.8.3",
|
|
49
|
+
"stylelint": "17.8.0",
|
|
50
|
+
"vitest": "4.1.4"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"stylelint": "^17.
|
|
53
|
+
"stylelint": "^17.8.0"
|
|
54
54
|
}
|
|
55
55
|
}
|