@isentinel/eslint-config 6.0.0-beta.36 → 6.0.0-beta.38

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.mjs CHANGED
@@ -9,7 +9,7 @@ import path from "node:path";
9
9
  import { existsSync, readFileSync } from "fs";
10
10
  import { execSync } from "node:child_process";
11
11
  //#region package.json
12
- var version = "6.0.0-beta.36";
12
+ var version = "6.0.0-beta.38";
13
13
  var package_default = {
14
14
  name: "@isentinel/eslint-config",
15
15
  version,
package/dist/index.mjs CHANGED
@@ -15504,7 +15504,9 @@ init_adapters();
15504
15504
  const FUNCTIONALLY_TYPE_AWARE_RULES = /* @__PURE__ */ new Set([
15505
15505
  ...typeAwareJsPluginRules,
15506
15506
  ...optionallyTypeAwareRules,
15507
- "flawless/prefer-read-only-props"
15507
+ "flawless/prefer-read-only-props",
15508
+ "vitest/prefer-describe-function-title",
15509
+ "vitest/valid-title"
15508
15510
  ]);
15509
15511
  /**
15510
15512
  * Whether a plugin rule definition declares `meta.docs.requiresTypeChecking`,
package/dist/lint-cli.mjs CHANGED
@@ -38,7 +38,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  }) : target, mod));
39
39
  //#endregion
40
40
  //#region package.json
41
- var version = "6.0.0-beta.36";
41
+ var version = "6.0.0-beta.38";
42
42
  //#endregion
43
43
  //#region src/lint-cli/lib/cli/types.ts
44
44
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "6.0.0-beta.36",
3
+ "version": "6.0.0-beta.38",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -143,7 +143,7 @@
143
143
  "typescript": "6.0.3",
144
144
  "unplugin-unused": "0.5.7",
145
145
  "vitest": "4.1.10",
146
- "@isentinel/eslint-config": "6.0.0-beta.36"
146
+ "@isentinel/eslint-config": "6.0.0-beta.38"
147
147
  },
148
148
  "peerDependencies": {
149
149
  "@vitest/eslint-plugin": "^1.6.4",