@vinicunca/eslint-config 2.7.2 → 2.7.3

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 CHANGED
@@ -1099,23 +1099,11 @@ async function perfectionist() {
1099
1099
  "perfectionist/sort-imports": [
1100
1100
  ERROR,
1101
1101
  {
1102
- "groups": [
1103
- "type",
1104
- ["builtin", "external"],
1105
- "internal-type",
1106
- "internal",
1107
- ["parent-type", "sibling-type", "index-type"],
1108
- ["parent", "sibling", "index"],
1109
- "object",
1110
- "unknown"
1111
- ],
1112
- "internal-pattern": [
1102
+ internalPattern: [
1113
1103
  "~/**",
1114
1104
  "~~/**"
1115
1105
  ],
1116
- "newlines-between": "always",
1117
- "order": "asc",
1118
- "type": "natural"
1106
+ type: "natural"
1119
1107
  }
1120
1108
  ],
1121
1109
  "perfectionist/sort-vue-attributes": [OFF]
package/dist/index.js CHANGED
@@ -1001,23 +1001,11 @@ async function perfectionist() {
1001
1001
  "perfectionist/sort-imports": [
1002
1002
  ERROR,
1003
1003
  {
1004
- "groups": [
1005
- "type",
1006
- ["builtin", "external"],
1007
- "internal-type",
1008
- "internal",
1009
- ["parent-type", "sibling-type", "index-type"],
1010
- ["parent", "sibling", "index"],
1011
- "object",
1012
- "unknown"
1013
- ],
1014
- "internal-pattern": [
1004
+ internalPattern: [
1015
1005
  "~/**",
1016
1006
  "~~/**"
1017
1007
  ],
1018
- "newlines-between": "always",
1019
- "order": "asc",
1020
- "type": "natural"
1008
+ type: "natural"
1021
1009
  }
1022
1010
  ],
1023
1011
  "perfectionist/sort-vue-attributes": [OFF]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.7.2",
4
+ "version": "2.7.3",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",