@eslint-react/shared 1.12.1-next.0 → 1.12.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.d.mts +1 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.js +1 -4
- package/dist/index.mjs +1 -4
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1529,10 +1529,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1529
1529
|
readonly useTransition: OptionalSchema<ArraySchema<StringSchema<undefined>, undefined>, never>;
|
|
1530
1530
|
}, undefined>, never>;
|
|
1531
1531
|
}, undefined>, never>;
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
* @deprecated
|
|
1535
|
-
*/
|
|
1532
|
+
/** @deprecated Use `react-x` instead */
|
|
1536
1533
|
readonly reactOptions: OptionalSchema<ObjectSchema<{
|
|
1537
1534
|
/**
|
|
1538
1535
|
* The source where React is imported from.
|
package/dist/index.d.ts
CHANGED
|
@@ -1529,10 +1529,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1529
1529
|
readonly useTransition: OptionalSchema<ArraySchema<StringSchema<undefined>, undefined>, never>;
|
|
1530
1530
|
}, undefined>, never>;
|
|
1531
1531
|
}, undefined>, never>;
|
|
1532
|
-
/**
|
|
1533
|
-
* @internal
|
|
1534
|
-
* @deprecated
|
|
1535
|
-
*/
|
|
1532
|
+
/** @deprecated Use `react-x` instead */
|
|
1536
1533
|
readonly reactOptions: OptionalSchema<ObjectSchema<{
|
|
1537
1534
|
/**
|
|
1538
1535
|
* The source where React is imported from.
|
package/dist/index.js
CHANGED
|
@@ -625,10 +625,7 @@ var ESLintReactSettingsSchema = object({
|
|
|
625
625
|
var ESLintSettingsSchema = optional(
|
|
626
626
|
object({
|
|
627
627
|
"react-x": optional(ESLintReactSettingsSchema),
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
* @deprecated
|
|
631
|
-
*/
|
|
628
|
+
/** @deprecated Use `react-x` instead */
|
|
632
629
|
reactOptions: optional(ESLintReactSettingsSchema)
|
|
633
630
|
}),
|
|
634
631
|
{}
|
package/dist/index.mjs
CHANGED
|
@@ -619,10 +619,7 @@ var ESLintReactSettingsSchema = object({
|
|
|
619
619
|
var ESLintSettingsSchema = optional(
|
|
620
620
|
object({
|
|
621
621
|
"react-x": optional(ESLintReactSettingsSchema),
|
|
622
|
-
/**
|
|
623
|
-
* @internal
|
|
624
|
-
* @deprecated
|
|
625
|
-
*/
|
|
622
|
+
/** @deprecated Use `react-x` instead */
|
|
626
623
|
reactOptions: optional(ESLintReactSettingsSchema)
|
|
627
624
|
}),
|
|
628
625
|
{}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.12.1
|
|
3
|
+
"version": "1.12.1",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@typescript-eslint/utils": "^8.2.0",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
|
-
"@eslint-react/tools": "1.12.1
|
|
40
|
+
"@eslint-react/tools": "1.12.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/picomatch": "^3.0.1",
|