@eslint-react/eslint-plugin 2.2.3-next.1 → 2.2.3-next.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ var __export = (all) => {
19
19
  //#endregion
20
20
  //#region package.json
21
21
  var name = "@eslint-react/eslint-plugin";
22
- var version = "2.2.3-next.1";
22
+ var version = "2.2.3-next.2";
23
23
 
24
24
  //#endregion
25
25
  //#region src/configs/dom.ts
@@ -434,7 +434,7 @@ const name$3 = "@eslint-react/strict";
434
434
  const rules$2 = {
435
435
  ...rules$6,
436
436
  "@eslint-react/jsx-no-iife": "error",
437
- "@eslint-react/no-children-prop": "warn",
437
+ "@eslint-react/no-children-prop": "error",
438
438
  "@eslint-react/no-class-component": "error",
439
439
  "@eslint-react/no-misused-capture-owner-stack": "error",
440
440
  "@eslint-react/no-unnecessary-key": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.2.3-next.1",
3
+ "version": "2.2.3-next.2",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,13 +42,13 @@
42
42
  "@typescript-eslint/types": "^8.46.1",
43
43
  "@typescript-eslint/utils": "^8.46.1",
44
44
  "ts-api-utils": "^2.1.0",
45
- "@eslint-react/eff": "2.2.3-next.1",
46
- "eslint-plugin-react-hooks-extra": "2.2.3-next.1",
47
- "@eslint-react/shared": "2.2.3-next.1",
48
- "eslint-plugin-react-naming-convention": "2.2.3-next.1",
49
- "eslint-plugin-react-dom": "2.2.3-next.1",
50
- "eslint-plugin-react-web-api": "2.2.3-next.1",
51
- "eslint-plugin-react-x": "2.2.3-next.1"
45
+ "@eslint-react/eff": "2.2.3-next.2",
46
+ "@eslint-react/shared": "2.2.3-next.2",
47
+ "eslint-plugin-react-dom": "2.2.3-next.2",
48
+ "eslint-plugin-react-hooks-extra": "2.2.3-next.2",
49
+ "eslint-plugin-react-naming-convention": "2.2.3-next.2",
50
+ "eslint-plugin-react-web-api": "2.2.3-next.2",
51
+ "eslint-plugin-react-x": "2.2.3-next.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "tsdown": "^0.15.7",