@eslint-react/shared 1.17.1-next.4 → 1.17.2-beta.0
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 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -216,7 +216,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
216
216
|
};
|
|
217
217
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
218
218
|
|
|
219
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.
|
|
219
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.7.2/node_modules/valibot/dist/index.js
|
|
220
220
|
var store;
|
|
221
221
|
function getGlobalConfig(config2) {
|
|
222
222
|
return {
|
|
@@ -1325,7 +1325,7 @@ function createMemoizedFunction(fn, options) {
|
|
|
1325
1325
|
}
|
|
1326
1326
|
var INITIAL_ESLINT_REACT_SETTINGS = {};
|
|
1327
1327
|
function unsafeReadSettings(data) {
|
|
1328
|
-
return
|
|
1328
|
+
return data?.["react-x"] ?? {};
|
|
1329
1329
|
}
|
|
1330
1330
|
var decodeSettings = createMemoizedFunction((data) => {
|
|
1331
1331
|
return tools.Data.struct({
|
package/dist/index.mjs
CHANGED
|
@@ -210,7 +210,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
210
210
|
};
|
|
211
211
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
212
212
|
|
|
213
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.
|
|
213
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.7.2/node_modules/valibot/dist/index.js
|
|
214
214
|
var store;
|
|
215
215
|
function getGlobalConfig(config2) {
|
|
216
216
|
return {
|
|
@@ -1319,7 +1319,7 @@ function createMemoizedFunction(fn, options) {
|
|
|
1319
1319
|
}
|
|
1320
1320
|
var INITIAL_ESLINT_REACT_SETTINGS = {};
|
|
1321
1321
|
function unsafeReadSettings(data) {
|
|
1322
|
-
return
|
|
1322
|
+
return data?.["react-x"] ?? {};
|
|
1323
1323
|
}
|
|
1324
1324
|
var decodeSettings = createMemoizedFunction((data) => {
|
|
1325
1325
|
return Data.struct({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2-beta.0",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"local-pkg": "^0.5.1",
|
|
40
40
|
"picomatch": "^4.0.2",
|
|
41
41
|
"ts-pattern": "^5.5.0",
|
|
42
|
-
"@eslint-react/tools": "1.17.
|
|
42
|
+
"@eslint-react/tools": "1.17.2-beta.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/picomatch": "^3.0.1",
|