@perplex-digital/stylelint-config 17.1.0 → 17.2.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 CHANGED
@@ -33,7 +33,8 @@
33
33
  ## Advanced
34
34
 
35
35
  The default setup applies these rules:
36
- - `@dreamsicle.io/stylelint-config-tailwindcss` (including `stylelint-config-standard`)
36
+ - `stylelint-config-standard`
37
+ - `@dreamsicle.io/stylelint-config-tailwindcss`
37
38
  - `stylelint-config-recommended-vue` (including `stylelint-config-recommended` and `stylelint-config-html`)
38
39
  - `@stylistic/stylelint-plugin`,
39
40
  - `stylelint-use-logical-spec`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perplex-digital/stylelint-config",
3
- "version": "17.1.0",
3
+ "version": "17.2.0",
4
4
  "description": "Order and Concentric-based property sorting for Stylelint.",
5
5
  "keywords": [
6
6
  "tailwind",
@@ -40,10 +40,11 @@
40
40
  "package.json": "prettier --write"
41
41
  },
42
42
  "dependencies": {
43
- "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.1",
44
- "@stylistic/stylelint-plugin": "^4.0.1",
43
+ "@dreamsicle.io/stylelint-config-tailwindcss": "^1.2.2",
44
+ "@stylistic/stylelint-plugin": "^5.0.1",
45
45
  "stylelint-config-recommended-vue": "^1.6.1",
46
- "stylelint-high-performance-animation": "^1.11.0",
46
+ "stylelint-config-standard": "^40.0.0",
47
+ "stylelint-high-performance-animation": "^2.0.0",
47
48
  "stylelint-order": "^7.0.1",
48
49
  "stylelint-use-logical-spec": "^5.0.1"
49
50
  },
package/src/index.js CHANGED
@@ -2,7 +2,11 @@ import order from './order.js';
2
2
  import propertyGroups from './property-groups.js';
3
3
 
4
4
  const config = {
5
- extends: ['@dreamsicle.io/stylelint-config-tailwindcss', 'stylelint-config-recommended-vue'],
5
+ extends: [
6
+ 'stylelint-config-standard',
7
+ '@dreamsicle.io/stylelint-config-tailwindcss',
8
+ 'stylelint-config-recommended-vue',
9
+ ],
6
10
  plugins: [
7
11
  '@stylistic/stylelint-plugin',
8
12
  'stylelint-order',
@@ -260,22 +260,6 @@ const propertyGroups = [
260
260
  'corner-top-right-shape',
261
261
  'corner-bottom-right-shape',
262
262
  'corner-bottom-left-shape',
263
- 'corner-block-start-shape',
264
- 'corner-block-end-shape',
265
- 'corner-inline-start-shape',
266
- 'corner-inline-end-shape',
267
- 'corner-start-start-shape',
268
- 'corner-start-end-shape',
269
- 'corner-end-start-shape',
270
- 'corner-end-end-shape',
271
- 'corner-top-shape',
272
- 'corner-right-shape',
273
- 'corner-bottom-shape',
274
- 'corner-left-shape',
275
- 'corner-top-left-shape',
276
- 'corner-top-right-shape',
277
- 'corner-bottom-right-shape',
278
- 'corner-bottom-left-shape',
279
263
  'border-image',
280
264
  'border-image-source',
281
265
  'border-image-slice',