@eslint-react/eslint-plugin 2.12.5-next.1 → 2.12.5-next.3

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 -7
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __exportAll = (all, no_symbols) => {
25
25
  //#endregion
26
26
  //#region package.json
27
27
  var name$19 = "@eslint-react/eslint-plugin";
28
- var version = "2.12.5-next.1";
28
+ var version = "2.12.5-next.3";
29
29
 
30
30
  //#endregion
31
31
  //#region src/configs/dom.ts
@@ -152,7 +152,6 @@ const rules$16 = {
152
152
  "@eslint-react/no-direct-mutation-state": "error",
153
153
  "@eslint-react/no-duplicate-key": "error",
154
154
  "@eslint-react/no-forward-ref": "warn",
155
- "@eslint-react/no-leaked-conditional-rendering": "off",
156
155
  "@eslint-react/no-missing-component-display-name": "warn",
157
156
  "@eslint-react/no-missing-context-display-name": "warn",
158
157
  "@eslint-react/no-missing-key": "error",
@@ -173,14 +172,12 @@ const rules$16 = {
173
172
  "@eslint-react/no-unstable-context-value": "warn",
174
173
  "@eslint-react/no-unstable-default-props": "warn",
175
174
  "@eslint-react/no-unused-class-component-members": "warn",
176
- "@eslint-react/no-unused-props": "off",
177
175
  "@eslint-react/no-unused-state": "warn",
178
176
  "@eslint-react/no-use-context": "warn",
179
177
  "@eslint-react/no-useless-forward-ref": "warn",
180
178
  "@eslint-react/no-useless-fragment": "warn",
181
179
  "@eslint-react/prefer-destructuring-assignment": "warn",
182
180
  "@eslint-react/prefer-namespace-import": "warn",
183
- "@eslint-react/prefer-read-only-props": "off",
184
181
  "@eslint-react/prefer-use-state-lazy-initialization": "warn",
185
182
  "@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
186
183
  "@eslint-react/dom/no-dangerously-set-innerhtml-with-children": "error",
@@ -208,9 +205,6 @@ const rules$16 = {
208
205
  "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
209
206
  "@eslint-react/naming-convention/component-name": "warn",
210
207
  "@eslint-react/naming-convention/context-name": "warn",
211
- "@eslint-react/naming-convention/filename": "off",
212
- "@eslint-react/naming-convention/filename-extension": "off",
213
- "@eslint-react/naming-convention/ref-name": "off",
214
208
  "@eslint-react/naming-convention/use-state": "warn"
215
209
  };
216
210
  const plugins$8 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.12.5-next.1",
3
+ "version": "2.12.5-next.3",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -45,14 +45,14 @@
45
45
  "@typescript-eslint/types": "^8.55.0",
46
46
  "@typescript-eslint/utils": "^8.55.0",
47
47
  "ts-api-utils": "^2.4.0",
48
- "@eslint-react/eff": "2.12.5-next.1",
49
- "eslint-plugin-react-dom": "2.12.5-next.1",
50
- "@eslint-react/shared": "2.12.5-next.1",
51
- "eslint-plugin-react-hooks-extra": "2.12.5-next.1",
52
- "eslint-plugin-react-naming-convention": "2.12.5-next.1",
53
- "eslint-plugin-react-rsc": "2.12.5-next.1",
54
- "eslint-plugin-react-web-api": "2.12.5-next.1",
55
- "eslint-plugin-react-x": "2.12.5-next.1"
48
+ "@eslint-react/eff": "2.12.5-next.3",
49
+ "@eslint-react/shared": "2.12.5-next.3",
50
+ "eslint-plugin-react-dom": "2.12.5-next.3",
51
+ "eslint-plugin-react-hooks-extra": "2.12.5-next.3",
52
+ "eslint-plugin-react-rsc": "2.12.5-next.3",
53
+ "eslint-plugin-react-naming-convention": "2.12.5-next.3",
54
+ "eslint-plugin-react-web-api": "2.12.5-next.3",
55
+ "eslint-plugin-react-x": "2.12.5-next.3"
56
56
  },
57
57
  "devDependencies": {
58
58
  "tsdown": "^0.20.3",