@eslint-react/shared 1.5.4-next.3 → 1.5.4-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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const RE_CONSTANT_CASE: RegExp;
|
|
|
25
25
|
declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
|
|
26
26
|
/**
|
|
27
27
|
* -----------------------------------------------------------------------------
|
|
28
|
-
* JSX, React, and
|
|
28
|
+
* JSX, React, and React DOM constants
|
|
29
29
|
* -----------------------------------------------------------------------------
|
|
30
30
|
*/
|
|
31
31
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare const RE_CONSTANT_CASE: RegExp;
|
|
|
25
25
|
declare const RE_JAVASCRIPT_PROTOCOL: RegExp;
|
|
26
26
|
/**
|
|
27
27
|
* -----------------------------------------------------------------------------
|
|
28
|
-
* JSX, React, and
|
|
28
|
+
* JSX, React, and React DOM constants
|
|
29
29
|
* -----------------------------------------------------------------------------
|
|
30
30
|
*/
|
|
31
31
|
/**
|