@perplex-digital/stylelint-config 1.0.0 → 1.0.2

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.
Files changed (3) hide show
  1. package/groups.js +6 -0
  2. package/index.js +1 -1
  3. package/package.json +8 -9
package/groups.js CHANGED
@@ -88,9 +88,15 @@ export default [
88
88
  'float-defer',
89
89
  'float-offset',
90
90
  'float-reference',
91
+ 'width',
92
+ 'min-width',
93
+ 'max-width',
91
94
  'inline-size',
92
95
  'min-inline-size',
93
96
  'max-inline-size',
97
+ 'height',
98
+ 'min-height',
99
+ 'max-height',
94
100
  'block-size',
95
101
  'min-block-size',
96
102
  'max-block-size',
package/index.js CHANGED
@@ -55,7 +55,7 @@ const config = {
55
55
  },
56
56
  ],
57
57
  // Plugin rules
58
- 'liberty/use-logical-spec': 'always',
58
+ 'liberty/use-logical-spec': ['always', { except: [/width/i, /height/i] }],
59
59
  '@stylistic/block-closing-brace-newline-before': 'always',
60
60
  '@stylistic/block-opening-brace-newline-after': 'always',
61
61
  '@stylistic/declaration-block-semicolon-newline-after': 'always',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplex-digital/stylelint-config",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Box model-based property sort order for Stylelint.",
5
5
  "keywords": [
6
6
  "logical properties",
@@ -15,7 +15,7 @@
15
15
  "bugs": "https://github.com/PerplexDigital/stylelint-config/issues",
16
16
  "repository": "PerplexDigital/stylelint-config",
17
17
  "license": "ISC",
18
- "author": "Tobias Boekwijt (https://perplex.nl/en/perplexers#tobias-boekwijt)",
18
+ "author": "Tobias Boekwijt (https://perplex.nl/en/about-perplex/the-perplexers#tobias-boekwijt)",
19
19
  "type": "module",
20
20
  "exports": {
21
21
  ".": "./index.js",
@@ -43,7 +43,12 @@
43
43
  "package.json": "prettier --write"
44
44
  },
45
45
  "dependencies": {
46
- "stylelint-order": "^6.0.4"
46
+ "@stylistic/stylelint-plugin": "^3.1.1",
47
+ "stylelint-config-recommended-vue": "^1.5.0",
48
+ "stylelint-config-standard": "^36.0.1",
49
+ "stylelint-high-performance-animation": "^1.10.0",
50
+ "stylelint-order": "^6.0.4",
51
+ "stylelint-use-logical-spec": "^5.0.1"
47
52
  },
48
53
  "devDependencies": {
49
54
  "@commitlint/cli": "^19.6.0",
@@ -51,18 +56,12 @@
51
56
  "@changesets/cli": "^2.27.10",
52
57
  "@zazen/changesets-changelog": "^2.0.3",
53
58
  "@nuxt/eslint-config": "^0.7.2",
54
- "@stylistic/stylelint-plugin": "^3.1.1",
55
59
  "eslint-config-prettier": "^9.1.0",
56
60
  "eslint-plugin-prettier": "^5.2.1",
57
61
  "husky": "^9.1.7",
58
62
  "lint-staged": "^15.2.10",
59
63
  "prettier": "^3.4.2",
60
64
  "stylelint": "^16.11.0",
61
- "stylelint-config-recommended-vue": "^1.5.0",
62
- "stylelint-config-standard": "^36.0.1",
63
- "stylelint-high-performance-animation": "^1.10.0",
64
- "stylelint-order": "^6.0.4",
65
- "stylelint-use-logical-spec": "^5.0.1",
66
65
  "typescript": "^5.7.2"
67
66
  },
68
67
  "peerDependencies": {