@eslint-react/shared 2.4.1-beta.6 → 2.4.1-beta.8

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.d.ts CHANGED
@@ -191,7 +191,7 @@ declare function getReactVersion(fallback: string): string;
191
191
  //#region src/regexp.d.ts
192
192
  /**
193
193
  * Convert a string to the `RegExp`.
194
- * Normal strings (e.g. `"foo"`) is converted to `/^foo$/` of `RegExp`.
194
+ * Normal strings (e.g., `"foo"`) is converted to `/^foo$/` of `RegExp`.
195
195
  * Strings like `"/^foo/i"` are converted to `/^foo/i` of `RegExp`.
196
196
  * @see https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/utils/regexp.ts
197
197
  * @param string The string to convert.
package/dist/index.js CHANGED
@@ -148,7 +148,7 @@ function getReactVersion(fallback) {
148
148
  //#region src/regexp.ts
149
149
  /**
150
150
  * Convert a string to the `RegExp`.
151
- * Normal strings (e.g. `"foo"`) is converted to `/^foo$/` of `RegExp`.
151
+ * Normal strings (e.g., `"foo"`) is converted to `/^foo$/` of `RegExp`.
152
152
  * Strings like `"/^foo/i"` are converted to `/^foo/i` of `RegExp`.
153
153
  * @see https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/src/utils/regexp.ts
154
154
  * @param string The string to convert.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "2.4.1-beta.6",
3
+ "version": "2.4.1-beta.8",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -33,7 +33,7 @@
33
33
  "@typescript-eslint/utils": "^8.50.1",
34
34
  "ts-pattern": "^5.9.0",
35
35
  "zod": "^4.2.1",
36
- "@eslint-react/eff": "2.4.1-beta.6"
36
+ "@eslint-react/eff": "2.4.1-beta.8"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@tsconfig/node22": "^22.0.5",