@eslint-react/eslint-plugin 3.0.0-next.28 → 3.0.0-next.29

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 +1 -6
  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.28";
27
+ var version = "3.0.0-next.29";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -107,7 +107,6 @@ const rules$17 = {
107
107
  "@eslint-react/no-unsafe-component-will-update": "warn",
108
108
  "@eslint-react/no-unused-class-component-members": "warn",
109
109
  "@eslint-react/no-use-context": "warn",
110
- "@eslint-react/no-useless-forward-ref": "warn",
111
110
  "@eslint-react/purity": "warn",
112
111
  "@eslint-react/rules-of-hooks": "error",
113
112
  "@eslint-react/set-state-in-effect": "warn",
@@ -136,7 +135,6 @@ const rules$16 = {
136
135
  "@eslint-react/jsx-key-before-spread": "warn",
137
136
  "@eslint-react/jsx-no-comment-textnodes": "warn",
138
137
  "@eslint-react/jsx-no-duplicate-props": "warn",
139
- "@eslint-react/jsx-no-undef": "error",
140
138
  "@eslint-react/jsx-shorthand-boolean": "warn",
141
139
  "@eslint-react/jsx-shorthand-fragment": "warn",
142
140
  "@eslint-react/jsx-uses-react": "warn",
@@ -180,7 +178,6 @@ const rules$16 = {
180
178
  "@eslint-react/no-unused-class-component-members": "warn",
181
179
  "@eslint-react/no-unused-state": "warn",
182
180
  "@eslint-react/no-use-context": "warn",
183
- "@eslint-react/no-useless-forward-ref": "warn",
184
181
  "@eslint-react/no-useless-fragment": "warn",
185
182
  "@eslint-react/prefer-destructuring-assignment": "warn",
186
183
  "@eslint-react/prefer-namespace-import": "warn",
@@ -253,7 +250,6 @@ const conflictingRules = [
253
250
  "react/jsx-no-leaked-render",
254
251
  "react/jsx-no-script-url",
255
252
  "react/jsx-no-target-blank",
256
- "react/jsx-no-undef",
257
253
  "react/jsx-no-useless-fragment",
258
254
  "react/jsx-pascal-case",
259
255
  "react/jsx-uses-react",
@@ -441,7 +437,6 @@ const rules$5 = {
441
437
  "@eslint-react/dom/no-string-style-prop": "off",
442
438
  "@eslint-react/dom/no-unknown-property": "off",
443
439
  "@eslint-react/jsx-no-duplicate-props": "off",
444
- "@eslint-react/jsx-no-undef": "off",
445
440
  "@eslint-react/jsx-uses-react": "off",
446
441
  "@eslint-react/jsx-uses-vars": "off"
447
442
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "3.0.0-next.28",
3
+ "version": "3.0.0-next.29",
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.28",
50
- "@eslint-react/shared": "3.0.0-next.28",
51
- "eslint-plugin-react-dom": "3.0.0-next.28",
52
- "eslint-plugin-react-naming-convention": "3.0.0-next.28",
53
- "eslint-plugin-react-rsc": "3.0.0-next.28",
54
- "eslint-plugin-react-web-api": "3.0.0-next.28",
55
- "eslint-plugin-react-x": "3.0.0-next.28"
49
+ "@eslint-react/eff": "3.0.0-next.29",
50
+ "eslint-plugin-react-dom": "3.0.0-next.29",
51
+ "eslint-plugin-react-rsc": "3.0.0-next.29",
52
+ "eslint-plugin-react-naming-convention": "3.0.0-next.29",
53
+ "eslint-plugin-react-web-api": "3.0.0-next.29",
54
+ "@eslint-react/shared": "3.0.0-next.29",
55
+ "eslint-plugin-react-x": "3.0.0-next.29"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.20.3",