@eslint-react/eslint-plugin 2.0.0-next.27 → 2.0.0-next.28

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.ts CHANGED
@@ -6,6 +6,7 @@ declare const name$b = "@eslint-react/all";
6
6
  declare const rules$b: {
7
7
  readonly "@eslint-react/jsx-no-comment-textnodes": "warn";
8
8
  readonly "@eslint-react/jsx-no-duplicate-props": "warn";
9
+ readonly "@eslint-react/jsx-no-iife": "warn";
9
10
  readonly "@eslint-react/jsx-no-undef": "error";
10
11
  readonly "@eslint-react/jsx-uses-react": "warn";
11
12
  readonly "@eslint-react/jsx-uses-vars": "warn";
package/dist/index.js 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 = "2.0.0-next.27";
17
+ var version = "2.0.0-next.28";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -134,6 +134,7 @@ var name4 = "@eslint-react/all";
134
134
  var rules3 = {
135
135
  "@eslint-react/jsx-no-comment-textnodes": "warn",
136
136
  "@eslint-react/jsx-no-duplicate-props": "warn",
137
+ "@eslint-react/jsx-no-iife": "warn",
137
138
  "@eslint-react/jsx-no-undef": "error",
138
139
  "@eslint-react/jsx-uses-react": "warn",
139
140
  "@eslint-react/jsx-uses-vars": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.27",
3
+ "version": "2.0.0-next.28",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,15 +41,15 @@
41
41
  "@typescript-eslint/type-utils": "^8.33.0",
42
42
  "@typescript-eslint/types": "^8.33.0",
43
43
  "@typescript-eslint/utils": "^8.33.0",
44
- "@eslint-react/kit": "2.0.0-next.27",
45
- "@eslint-react/eff": "2.0.0-next.27",
46
- "eslint-plugin-react-debug": "2.0.0-next.27",
47
- "eslint-plugin-react-hooks-extra": "2.0.0-next.27",
48
- "@eslint-react/shared": "2.0.0-next.27",
49
- "eslint-plugin-react-naming-convention": "2.0.0-next.27",
50
- "eslint-plugin-react-web-api": "2.0.0-next.27",
51
- "eslint-plugin-react-x": "2.0.0-next.27",
52
- "eslint-plugin-react-dom": "2.0.0-next.27"
44
+ "@eslint-react/eff": "2.0.0-next.28",
45
+ "@eslint-react/kit": "2.0.0-next.28",
46
+ "@eslint-react/shared": "2.0.0-next.28",
47
+ "eslint-plugin-react-debug": "2.0.0-next.28",
48
+ "eslint-plugin-react-dom": "2.0.0-next.28",
49
+ "eslint-plugin-react-naming-convention": "2.0.0-next.28",
50
+ "eslint-plugin-react-web-api": "2.0.0-next.28",
51
+ "eslint-plugin-react-x": "2.0.0-next.28",
52
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.28"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsup": "^8.5.0",