@eslint-react/shared 1.28.0-next.3 → 1.28.0-next.5
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1597,7 +1597,7 @@ declare const ESLintReactSettingsSchema: ObjectSchema<{
|
|
|
1597
1597
|
*/
|
|
1598
1598
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1599
1599
|
/**
|
|
1600
|
-
* Check both the shape and the import to determine if
|
|
1600
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1601
1601
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1602
1602
|
* @default `false`
|
|
1603
1603
|
*/
|
|
@@ -1729,7 +1729,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1731
1731
|
/**
|
|
1732
|
-
* Check both the shape and the import to determine if
|
|
1732
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1733
1733
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1734
1734
|
* @default `false`
|
|
1735
1735
|
*/
|
|
@@ -1858,7 +1858,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1858
1858
|
*/
|
|
1859
1859
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1860
1860
|
/**
|
|
1861
|
-
* Check both the shape and the import to determine if
|
|
1861
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1862
1862
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1863
1863
|
* @default `false`
|
|
1864
1864
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1597,7 +1597,7 @@ declare const ESLintReactSettingsSchema: ObjectSchema<{
|
|
|
1597
1597
|
*/
|
|
1598
1598
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1599
1599
|
/**
|
|
1600
|
-
* Check both the shape and the import to determine if
|
|
1600
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1601
1601
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1602
1602
|
* @default `false`
|
|
1603
1603
|
*/
|
|
@@ -1729,7 +1729,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1731
1731
|
/**
|
|
1732
|
-
* Check both the shape and the import to determine if
|
|
1732
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1733
1733
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1734
1734
|
* @default `false`
|
|
1735
1735
|
*/
|
|
@@ -1858,7 +1858,7 @@ declare const ESLintSettingsSchema: OptionalSchema<ObjectSchema<{
|
|
|
1858
1858
|
*/
|
|
1859
1859
|
readonly strict: OptionalSchema<BooleanSchema<undefined>, false>;
|
|
1860
1860
|
/**
|
|
1861
|
-
* Check both the shape and the import to determine if
|
|
1861
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
1862
1862
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
1863
1863
|
* @default `false`
|
|
1864
1864
|
*/
|
package/dist/index.js
CHANGED
|
@@ -521,7 +521,7 @@ var ESLintReactSettingsSchema = object({
|
|
|
521
521
|
*/
|
|
522
522
|
strict: optional(boolean(), false),
|
|
523
523
|
/**
|
|
524
|
-
* Check both the shape and the import to determine if
|
|
524
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
525
525
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
526
526
|
* @default `false`
|
|
527
527
|
*/
|
package/dist/index.mjs
CHANGED
|
@@ -513,7 +513,7 @@ var ESLintReactSettingsSchema = object({
|
|
|
513
513
|
*/
|
|
514
514
|
strict: optional(boolean(), false),
|
|
515
515
|
/**
|
|
516
|
-
* Check both the shape and the import to determine if
|
|
516
|
+
* Check both the shape and the import to determine if an API is from React.
|
|
517
517
|
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
|
|
518
518
|
* @default `false`
|
|
519
519
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.28.0-next.
|
|
3
|
+
"version": "1.28.0-next.5",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"@typescript-eslint/utils": "^8.25.0",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
40
|
"ts-pattern": "^5.6.2",
|
|
41
|
-
"@eslint-react/eff": "1.28.0-next.
|
|
41
|
+
"@eslint-react/eff": "1.28.0-next.5"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/picomatch": "^3.0.2",
|
|
45
45
|
"fast-equals": "^5.2.2",
|
|
46
46
|
"micro-memoize": "^4.1.3",
|
|
47
|
-
"tsup": "^8.
|
|
47
|
+
"tsup": "^8.4.0",
|
|
48
48
|
"type-fest": "^4.35.0",
|
|
49
49
|
"valibot": "^1.0.0-rc.2",
|
|
50
50
|
"@local/configs": "0.0.0"
|