@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 CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "1.6.0";
12
+ var version = "1.7.0";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
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": ["error", {
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.6.0",
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.2.0"
109
+ "@infernodesign/typescript-config": "1.3.0"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "@eslint-react/eslint-plugin": "^2.2.3",