@eslint-react/eslint-plugin 1.22.2-beta.0 → 1.22.2-next.1

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.js CHANGED
@@ -26,7 +26,7 @@ var __export = (target, all) => {
26
26
 
27
27
  // package.json
28
28
  var name = "@eslint-react/eslint-plugin";
29
- var version = "1.22.2-beta.0";
29
+ var version = "1.22.2-next.1";
30
30
 
31
31
  // src/configs/all.ts
32
32
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var __export = (target, all) => {
15
15
 
16
16
  // package.json
17
17
  var name = "@eslint-react/eslint-plugin";
18
- var version = "1.22.2-beta.0";
18
+ var version = "1.22.2-next.1";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.22.2-beta.0",
3
+ "version": "1.22.2-next.1",
4
4
  "description": "The main ESLint plugin that contains all the rules from eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
5
5
  "keywords": [
6
6
  "react",
@@ -19,12 +19,11 @@
19
19
  },
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/Rel1cx/eslint-react",
22
+ "url": "git+https://github.com/Rel1cx/eslint-react.git",
23
23
  "directory": "packages/plugins/eslint-plugin"
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": "Eva1ent<rel1cx@proton.me>",
27
- "sideEffects": false,
28
27
  "exports": {
29
28
  ".": {
30
29
  "import": {
@@ -39,7 +38,6 @@
39
38
  "./package.json": "./package.json"
40
39
  },
41
40
  "main": "dist/index.js",
42
- "module": "dist/index.mjs",
43
41
  "types": "dist/index.d.ts",
44
42
  "files": [
45
43
  "dist",
@@ -50,15 +48,15 @@
50
48
  "@typescript-eslint/type-utils": "^8.18.2",
51
49
  "@typescript-eslint/types": "^8.18.2",
52
50
  "@typescript-eslint/utils": "^8.18.2",
53
- "@eslint-react/eff": "1.22.2-beta.0",
54
- "@eslint-react/types": "1.22.2-beta.0",
55
- "@eslint-react/shared": "1.22.2-beta.0",
56
- "eslint-plugin-react-debug": "1.22.2-beta.0",
57
- "eslint-plugin-react-dom": "1.22.2-beta.0",
58
- "eslint-plugin-react-hooks-extra": "1.22.2-beta.0",
59
- "eslint-plugin-react-naming-convention": "1.22.2-beta.0",
60
- "eslint-plugin-react-web-api": "1.22.2-beta.0",
61
- "eslint-plugin-react-x": "1.22.2-beta.0"
51
+ "@eslint-react/shared": "1.22.2-next.1",
52
+ "@eslint-react/types": "1.22.2-next.1",
53
+ "eslint-plugin-react-debug": "1.22.2-next.1",
54
+ "eslint-plugin-react-dom": "1.22.2-next.1",
55
+ "eslint-plugin-react-hooks-extra": "1.22.2-next.1",
56
+ "eslint-plugin-react-naming-convention": "1.22.2-next.1",
57
+ "eslint-plugin-react-web-api": "1.22.2-next.1",
58
+ "eslint-plugin-react-x": "1.22.2-next.1",
59
+ "@eslint-react/eff": "1.22.2-next.1"
62
60
  },
63
61
  "devDependencies": {
64
62
  "tsup": "^8.3.5",
@@ -83,6 +81,8 @@
83
81
  "publishConfig": {
84
82
  "access": "public"
85
83
  },
84
+ "sideEffects": false,
85
+ "module": "dist/index.mjs",
86
86
  "scripts": {
87
87
  "build": "tsup --dts-resolve",
88
88
  "lint:publish": "pnpm publint",