@luxass/eslint-config 4.16.0 → 4.17.1

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
@@ -2399,6 +2399,41 @@ async function yaml(options = {}) {
2399
2399
  } : {},
2400
2400
  ...overrides
2401
2401
  }
2402
+ },
2403
+ {
2404
+ files: ["pnpm-workspace.yaml"],
2405
+ name: "luxass/yaml/pnpm-workspace",
2406
+ rules: {
2407
+ "yaml/sort-keys": [
2408
+ "error",
2409
+ {
2410
+ order: [
2411
+ "packages",
2412
+ "overrides",
2413
+ "patchedDependencies",
2414
+ "hoistPattern",
2415
+ "catalog",
2416
+ "catalogs",
2417
+ "allowedDeprecatedVersions",
2418
+ "allowNonAppliedPatches",
2419
+ "configDependencies",
2420
+ "ignoredBuiltDependencies",
2421
+ "ignoredOptionalDependencies",
2422
+ "neverBuiltDependencies",
2423
+ "onlyBuiltDependencies",
2424
+ "onlyBuiltDependenciesFile",
2425
+ "packageExtensions",
2426
+ "peerDependencyRules",
2427
+ "supportedArchitectures"
2428
+ ],
2429
+ pathPattern: "^$"
2430
+ },
2431
+ {
2432
+ order: { type: "asc" },
2433
+ pathPattern: ".*"
2434
+ }
2435
+ ]
2436
+ }
2402
2437
  }
2403
2438
  ];
2404
2439
  }