@eslint-react/shared 1.5.17-next.6 → 1.5.17-next.8
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -185,7 +185,7 @@ var HOST_SVG_COMPONENT_TYPES = [
|
|
|
185
185
|
"view"
|
|
186
186
|
];
|
|
187
187
|
var getDocsUrl = (pluginName) => (ruleName) => {
|
|
188
|
-
if (pluginName === "
|
|
188
|
+
if (pluginName === "x") return `${WEBSITE_URL}/rules/${ruleName}`;
|
|
189
189
|
return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
|
|
190
190
|
};
|
|
191
191
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
package/dist/index.mjs
CHANGED
|
@@ -183,7 +183,7 @@ var HOST_SVG_COMPONENT_TYPES = [
|
|
|
183
183
|
"view"
|
|
184
184
|
];
|
|
185
185
|
var getDocsUrl = (pluginName) => (ruleName) => {
|
|
186
|
-
if (pluginName === "
|
|
186
|
+
if (pluginName === "x") return `${WEBSITE_URL}/rules/${ruleName}`;
|
|
187
187
|
return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
|
|
188
188
|
};
|
|
189
189
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.5.17-next.
|
|
3
|
+
"version": "1.5.17-next.8",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"./package.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@typescript-eslint/utils": "^7.
|
|
38
|
+
"@typescript-eslint/utils": "^7.14.1",
|
|
39
39
|
"deepmerge-ts": "^7.0.3",
|
|
40
|
-
"valibot": "^0.
|
|
40
|
+
"valibot": "^0.35.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"tsup": "8.1.0",
|