@eslint-react/eslint-plugin 3.0.0-next.8 → 3.0.0-next.9

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -5
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, no_symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$19 = "@eslint-react/eslint-plugin";
27
- var version = "3.0.0-next.8";
27
+ var version = "3.0.0-next.9";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -112,7 +112,8 @@ const rules$17 = {
112
112
  "@eslint-react/purity": "warn",
113
113
  "@eslint-react/rules-of-hooks": "error",
114
114
  "@eslint-react/set-state-in-effect": "warn",
115
- "@eslint-react/set-state-in-render": "error"
115
+ "@eslint-react/set-state-in-render": "error",
116
+ "@eslint-react/unsupported-syntax": "error"
116
117
  };
117
118
  const plugins$9 = { "@eslint-react": react };
118
119
  const settings$8 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
@@ -134,7 +135,6 @@ const rules$16 = {
134
135
  "@eslint-react/jsx-key-before-spread": "warn",
135
136
  "@eslint-react/jsx-no-comment-textnodes": "warn",
136
137
  "@eslint-react/jsx-no-duplicate-props": "warn",
137
- "@eslint-react/jsx-no-iife": "warn",
138
138
  "@eslint-react/jsx-no-undef": "error",
139
139
  "@eslint-react/jsx-shorthand-boolean": "warn",
140
140
  "@eslint-react/jsx-shorthand-fragment": "warn",
@@ -300,7 +300,6 @@ var disable_experimental_exports = /* @__PURE__ */ __exportAll({
300
300
  const name$12 = "@eslint-react/disable-experimental";
301
301
  const rules$13 = {
302
302
  "@eslint-react/jsx-key-before-spread": "off",
303
- "@eslint-react/jsx-no-iife": "off",
304
303
  "@eslint-react/no-duplicate-key": "off",
305
304
  "@eslint-react/no-implicit-key": "off",
306
305
  "@eslint-react/no-misused-capture-owner-stack": "off",
@@ -483,7 +482,6 @@ var strict_exports = /* @__PURE__ */ __exportAll({
483
482
  const name$2 = "@eslint-react/strict";
484
483
  const rules$2 = {
485
484
  ...rules$6,
486
- "@eslint-react/jsx-no-iife": "error",
487
485
  "@eslint-react/no-children-prop": "error",
488
486
  "@eslint-react/no-class-component": "error",
489
487
  "@eslint-react/no-misused-capture-owner-stack": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "3.0.0-next.8",
3
+ "version": "3.0.0-next.9",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,13 +46,13 @@
46
46
  "@typescript-eslint/types": "canary",
47
47
  "@typescript-eslint/utils": "canary",
48
48
  "ts-api-utils": "^2.4.0",
49
- "@eslint-react/eff": "3.0.0-next.8",
50
- "@eslint-react/shared": "3.0.0-next.8",
51
- "eslint-plugin-react-dom": "3.0.0-next.8",
52
- "eslint-plugin-react-rsc": "3.0.0-next.8",
53
- "eslint-plugin-react-naming-convention": "3.0.0-next.8",
54
- "eslint-plugin-react-web-api": "3.0.0-next.8",
55
- "eslint-plugin-react-x": "3.0.0-next.8"
49
+ "@eslint-react/eff": "3.0.0-next.9",
50
+ "@eslint-react/shared": "3.0.0-next.9",
51
+ "eslint-plugin-react-dom": "3.0.0-next.9",
52
+ "eslint-plugin-react-naming-convention": "3.0.0-next.9",
53
+ "eslint-plugin-react-rsc": "3.0.0-next.9",
54
+ "eslint-plugin-react-x": "3.0.0-next.9",
55
+ "eslint-plugin-react-web-api": "3.0.0-next.9"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.20.3",