@perplex-digital/stylelint-config 17.2.0 → 17.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/README.md +1 -1
- package/package.json +5 -5
- package/src/index.js +2 -2
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ The default setup applies these rules:
|
|
|
37
37
|
- `@dreamsicle.io/stylelint-config-tailwindcss`
|
|
38
38
|
- `stylelint-config-recommended-vue` (including `stylelint-config-recommended` and `stylelint-config-html`)
|
|
39
39
|
- `@stylistic/stylelint-plugin`,
|
|
40
|
-
- `stylelint-use-logical
|
|
40
|
+
- `stylelint-use-logical`
|
|
41
41
|
- `stylelint-high-performance-animation`
|
|
42
42
|
- [Some overrides][] of these rules
|
|
43
43
|
- `order/order` with the [Perplex][] order.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perplex-digital/stylelint-config",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"description": "Order and Concentric-based property sorting for Stylelint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwind",
|
|
@@ -46,19 +46,19 @@
|
|
|
46
46
|
"stylelint-config-standard": "^40.0.0",
|
|
47
47
|
"stylelint-high-performance-animation": "^2.0.0",
|
|
48
48
|
"stylelint-order": "^7.0.1",
|
|
49
|
-
"stylelint-use-logical
|
|
49
|
+
"stylelint-use-logical": "^2.1.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@changesets/cli": "^2.29.8",
|
|
53
|
-
"@commitlint/cli": "^20.
|
|
54
|
-
"@commitlint/config-conventional": "^20.
|
|
53
|
+
"@commitlint/cli": "^20.4.1",
|
|
54
|
+
"@commitlint/config-conventional": "^20.4.1",
|
|
55
55
|
"@nuxt/eslint-config": "^1.13.0",
|
|
56
56
|
"@zazen/changesets-changelog": "^2.0.3",
|
|
57
57
|
"eslint": "^9.39.2",
|
|
58
58
|
"husky": "^9.1.7",
|
|
59
59
|
"lint-staged": "^16.2.7",
|
|
60
60
|
"prettier": "^3.8.1",
|
|
61
|
-
"stylelint": "^17.
|
|
61
|
+
"stylelint": "^17.1.1",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
package/src/index.js
CHANGED
|
@@ -10,7 +10,7 @@ const config = {
|
|
|
10
10
|
plugins: [
|
|
11
11
|
'@stylistic/stylelint-plugin',
|
|
12
12
|
'stylelint-order',
|
|
13
|
-
'stylelint-use-logical
|
|
13
|
+
'stylelint-use-logical',
|
|
14
14
|
'stylelint-high-performance-animation',
|
|
15
15
|
],
|
|
16
16
|
ignoreFiles: ['*.min.css'],
|
|
@@ -64,7 +64,7 @@ const config = {
|
|
|
64
64
|
},
|
|
65
65
|
],
|
|
66
66
|
// Plugin rules
|
|
67
|
-
'
|
|
67
|
+
'csstools/use-logical': [
|
|
68
68
|
'always',
|
|
69
69
|
{
|
|
70
70
|
except: [/width/i, /height/i],
|