@infernodesign/eslint-config 1.6.0 → 1.7.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/dist/cli.js +1 -1
- package/dist/index.js +1 -9
- package/package.json +2 -2
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1205,15 +1205,7 @@ async function perfectionist() {
|
|
|
1205
1205
|
specialCharacters: "keep",
|
|
1206
1206
|
type: "natural"
|
|
1207
1207
|
}],
|
|
1208
|
-
"perfectionist/sort-objects":
|
|
1209
|
-
fallbackSort: { type: "unsorted" },
|
|
1210
|
-
newlinesBetween: "ignore",
|
|
1211
|
-
order: "asc",
|
|
1212
|
-
partitionByComment: true,
|
|
1213
|
-
partitionByNewLine: true,
|
|
1214
|
-
specialCharacters: "keep",
|
|
1215
|
-
type: "natural"
|
|
1216
|
-
}],
|
|
1208
|
+
"perfectionist/sort-objects": "off",
|
|
1217
1209
|
"perfectionist/sort-union-types": ["error", {
|
|
1218
1210
|
fallbackSort: { type: "unsorted" },
|
|
1219
1211
|
groups: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infernodesign/eslint-config",
|
|
3
3
|
"description": "ESLint config for Inferno Design.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.7.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Inferno Design <support@infernodesign.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"typescript": "^5.9.3",
|
|
107
107
|
"vitest": "^4.0.1",
|
|
108
108
|
"vue": "^3.5.22",
|
|
109
|
-
"@infernodesign/typescript-config": "1.
|
|
109
|
+
"@infernodesign/typescript-config": "1.3.0"
|
|
110
110
|
},
|
|
111
111
|
"peerDependencies": {
|
|
112
112
|
"@eslint-react/eslint-plugin": "^2.2.3",
|