@eslint-react/shared 1.5.25-next.1 → 1.5.25-next.10

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 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-next.1",
3
+ "version": "1.5.25-next.10",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {