@eslint-react/eslint-plugin 1.26.3-beta.17 → 1.26.3-beta.19

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 CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.26.3-beta.17";
28
+ var version = "1.26.3-beta.19";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -390,10 +390,10 @@ function padKeysLeft(obj, left) {
390
390
  }
391
391
 
392
392
  // src/index.ts
393
- function toLegacyConfig(config) {
393
+ function toLegacyConfig({ rules: rules14 }) {
394
394
  return {
395
395
  plugins: ["@eslint-react"],
396
- rules: config.rules
396
+ rules: rules14
397
397
  };
398
398
  }
399
399
  var index_default = {
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "1.26.3-beta.17";
17
+ var version = "1.26.3-beta.19";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -379,10 +379,10 @@ function padKeysLeft(obj, left) {
379
379
  }
380
380
 
381
381
  // src/index.ts
382
- function toLegacyConfig(config) {
382
+ function toLegacyConfig({ rules: rules14 }) {
383
383
  return {
384
384
  plugins: ["@eslint-react"],
385
- rules: config.rules
385
+ rules: rules14
386
386
  };
387
387
  }
388
388
  var index_default = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.26.3-beta.17",
3
+ "version": "1.26.3-beta.19",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -50,14 +50,14 @@
50
50
  "@typescript-eslint/type-utils": "^8.24.1",
51
51
  "@typescript-eslint/types": "^8.24.1",
52
52
  "@typescript-eslint/utils": "^8.24.1",
53
- "@eslint-react/eff": "1.26.3-beta.17",
54
- "@eslint-react/shared": "1.26.3-beta.17",
55
- "eslint-plugin-react-dom": "1.26.3-beta.17",
56
- "eslint-plugin-react-hooks-extra": "1.26.3-beta.17",
57
- "eslint-plugin-react-debug": "1.26.3-beta.17",
58
- "eslint-plugin-react-naming-convention": "1.26.3-beta.17",
59
- "eslint-plugin-react-web-api": "1.26.3-beta.17",
60
- "eslint-plugin-react-x": "1.26.3-beta.17"
53
+ "@eslint-react/shared": "1.26.3-beta.19",
54
+ "@eslint-react/eff": "1.26.3-beta.19",
55
+ "eslint-plugin-react-debug": "1.26.3-beta.19",
56
+ "eslint-plugin-react-hooks-extra": "1.26.3-beta.19",
57
+ "eslint-plugin-react-dom": "1.26.3-beta.19",
58
+ "eslint-plugin-react-naming-convention": "1.26.3-beta.19",
59
+ "eslint-plugin-react-web-api": "1.26.3-beta.19",
60
+ "eslint-plugin-react-x": "1.26.3-beta.19"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.3.6",
@@ -85,6 +85,6 @@
85
85
  "scripts": {
86
86
  "build": "tsup --dts-resolve",
87
87
  "lint:publish": "pnpm publint",
88
- "lint:type": "tsc --noEmit"
88
+ "lint:ts": "tsc --noEmit"
89
89
  }
90
90
  }