@eslint-react/shared 1.5.25-beta.1 → 1.5.25-beta.7
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -129,6 +129,7 @@ declare const ESLintSettingsSchema: valibot.ObjectSchema<{
|
|
|
129
129
|
}, undefined>, never>;
|
|
130
130
|
}, undefined>;
|
|
131
131
|
type ESLintSettings = ReadonlyDeep<InferOutput<typeof ESLintSettingsSchema>>;
|
|
132
|
+
|
|
132
133
|
declare function getESLintReactSettings(data: unknown): ESLintReactSettings;
|
|
133
134
|
|
|
134
135
|
export { type ESLintReactSettings, ESLintReactSettingsSchema, type ESLintSettings, ESLintSettingsSchema, GITHUB_URL, HOST_HTML_COMPONENT_TYPES, HOST_SVG_COMPONENT_TYPES, NPM_SCOPE, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, WEBSITE_URL, createRuleForPlugin, getESLintReactSettings };
|
package/dist/index.d.ts
CHANGED
|
@@ -129,6 +129,7 @@ declare const ESLintSettingsSchema: valibot.ObjectSchema<{
|
|
|
129
129
|
}, undefined>, never>;
|
|
130
130
|
}, undefined>;
|
|
131
131
|
type ESLintSettings = ReadonlyDeep<InferOutput<typeof ESLintSettingsSchema>>;
|
|
132
|
+
|
|
132
133
|
declare function getESLintReactSettings(data: unknown): ESLintReactSettings;
|
|
133
134
|
|
|
134
135
|
export { type ESLintReactSettings, ESLintReactSettingsSchema, type ESLintSettings, ESLintSettingsSchema, GITHUB_URL, HOST_HTML_COMPONENT_TYPES, HOST_SVG_COMPONENT_TYPES, NPM_SCOPE, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, WEBSITE_URL, createRuleForPlugin, getESLintReactSettings };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.5.25-beta.
|
|
3
|
+
"version": "1.5.25-beta.7",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"valibot": "^0.36.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
+
"effect": "3.5.1",
|
|
42
43
|
"tsup": "8.1.0",
|
|
43
44
|
"type-fest": "4.21.0"
|
|
44
45
|
},
|