@eslint-react/eslint-plugin 1.32.0-beta.0 → 1.32.0-beta.2

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.mts CHANGED
@@ -1209,8 +1209,6 @@ declare const rules$2: {
1209
1209
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
1210
1210
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
1211
1211
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
1212
- readonly "@eslint-react/naming-convention/context-name": "warn";
1213
- readonly "@eslint-react/naming-convention/use-state": "warn";
1214
1212
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
1215
1213
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
1216
1214
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
@@ -1843,8 +1841,6 @@ declare const rules$1: {
1843
1841
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
1844
1842
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
1845
1843
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
1846
- readonly "@eslint-react/naming-convention/context-name": "warn";
1847
- readonly "@eslint-react/naming-convention/use-state": "warn";
1848
1844
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
1849
1845
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
1850
1846
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
@@ -2474,8 +2470,6 @@ declare const rules: {
2474
2470
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
2475
2471
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
2476
2472
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
2477
- readonly "@eslint-react/naming-convention/context-name": "warn";
2478
- readonly "@eslint-react/naming-convention/use-state": "warn";
2479
2473
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
2480
2474
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
2481
2475
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
package/dist/index.d.ts CHANGED
@@ -1209,8 +1209,6 @@ declare const rules$2: {
1209
1209
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
1210
1210
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
1211
1211
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
1212
- readonly "@eslint-react/naming-convention/context-name": "warn";
1213
- readonly "@eslint-react/naming-convention/use-state": "warn";
1214
1212
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
1215
1213
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
1216
1214
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
@@ -1843,8 +1841,6 @@ declare const rules$1: {
1843
1841
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
1844
1842
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
1845
1843
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
1846
- readonly "@eslint-react/naming-convention/context-name": "warn";
1847
- readonly "@eslint-react/naming-convention/use-state": "warn";
1848
1844
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
1849
1845
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
1850
1846
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
@@ -2474,8 +2470,6 @@ declare const rules: {
2474
2470
  readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
2475
2471
  readonly "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn";
2476
2472
  readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
2477
- readonly "@eslint-react/naming-convention/context-name": "warn";
2478
- readonly "@eslint-react/naming-convention/use-state": "warn";
2479
2473
  readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
2480
2474
  readonly "@eslint-react/web-api/no-leaked-interval": "warn";
2481
2475
  readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
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.32.0-beta.0";
28
+ var version = "1.32.0-beta.2";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
@@ -310,9 +310,7 @@ var rules11 = {
310
310
  ...rules8,
311
311
  "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
312
312
  "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn",
313
- "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn",
314
- "@eslint-react/naming-convention/context-name": "warn",
315
- "@eslint-react/naming-convention/use-state": "warn"
313
+ "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn"
316
314
  };
317
315
  var plugins6 = {
318
316
  ...plugins,
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.32.0-beta.0";
17
+ var version = "1.32.0-beta.2";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
@@ -299,9 +299,7 @@ var rules11 = {
299
299
  ...rules8,
300
300
  "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
301
301
  "@eslint-react/hooks-extra/no-useless-custom-hooks": "warn",
302
- "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn",
303
- "@eslint-react/naming-convention/context-name": "warn",
304
- "@eslint-react/naming-convention/use-state": "warn"
302
+ "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn"
305
303
  };
306
304
  var plugins6 = {
307
305
  ...plugins,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.32.0-beta.0",
3
+ "version": "1.32.0-beta.2",
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.26.1",
51
51
  "@typescript-eslint/types": "^8.26.1",
52
52
  "@typescript-eslint/utils": "^8.26.1",
53
- "@eslint-react/eff": "1.32.0-beta.0",
54
- "eslint-plugin-react-debug": "1.32.0-beta.0",
55
- "eslint-plugin-react-dom": "1.32.0-beta.0",
56
- "eslint-plugin-react-hooks-extra": "1.32.0-beta.0",
57
- "@eslint-react/shared": "1.32.0-beta.0",
58
- "eslint-plugin-react-naming-convention": "1.32.0-beta.0",
59
- "eslint-plugin-react-web-api": "1.32.0-beta.0",
60
- "eslint-plugin-react-x": "1.32.0-beta.0"
53
+ "@eslint-react/eff": "1.32.0-beta.2",
54
+ "@eslint-react/shared": "1.32.0-beta.2",
55
+ "eslint-plugin-react-debug": "1.32.0-beta.2",
56
+ "eslint-plugin-react-dom": "1.32.0-beta.2",
57
+ "eslint-plugin-react-naming-convention": "1.32.0-beta.2",
58
+ "eslint-plugin-react-hooks-extra": "1.32.0-beta.2",
59
+ "eslint-plugin-react-x": "1.32.0-beta.2",
60
+ "eslint-plugin-react-web-api": "1.32.0-beta.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.4.0",