@eslint-react/shared 1.7.1-beta.1 → 1.7.1-next.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.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -193,6 +193,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
193
193
|
return `${WEBSITE_URL}/docs/rules/${pluginName}-${ruleName}`;
|
|
194
194
|
};
|
|
195
195
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
196
|
+
|
|
197
|
+
// ../../node_modules/.pnpm/valibot@0.36.0/node_modules/valibot/dist/index.js
|
|
196
198
|
var store;
|
|
197
199
|
function getGlobalConfig(config2) {
|
|
198
200
|
return {
|
package/dist/index.mjs
CHANGED
|
@@ -187,6 +187,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
187
187
|
return `${WEBSITE_URL}/docs/rules/${pluginName}-${ruleName}`;
|
|
188
188
|
};
|
|
189
189
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
190
|
+
|
|
191
|
+
// ../../node_modules/.pnpm/valibot@0.36.0/node_modules/valibot/dist/index.js
|
|
190
192
|
var store;
|
|
191
193
|
function getGlobalConfig(config2) {
|
|
192
194
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.7.1-
|
|
3
|
+
"version": "1.7.1-next.1",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"micro-memoize": "4.1.2",
|
|
44
44
|
"tsup": "8.2.3",
|
|
45
45
|
"type-fest": "4.23.0",
|
|
46
|
-
"valibot": "0.
|
|
46
|
+
"valibot": "0.36.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"build": "tsup",
|