@eslint-react/eslint-plugin 1.22.1 → 1.22.2-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/README.md CHANGED
@@ -18,11 +18,11 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
18
18
 
19
19
  ### Mono plugins
20
20
 
21
- - [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
22
- - [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
23
- - [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
24
- - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
25
- - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
21
+ - [`eslint-plugin-react-x`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
22
+ - [`eslint-plugin-react-dom`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
23
+ - [`eslint-plugin-react-web-api`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
24
+ - [`eslint-plugin-react-hooks-extra`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
25
+ - [`eslint-plugin-react-naming-convention`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
26
26
 
27
27
  ## Installation
28
28
 
@@ -116,9 +116,9 @@ export default tseslint.config({
116
116
  - [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
117
117
  - [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
118
118
 
119
- _Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/Rel1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
119
+ _Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/rEl1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
120
120
 
121
- Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
121
+ Find more on [GitHub Dependents](https://github.com/rEl1cx/eslint-react/network/dependents).
122
122
 
123
123
  ## Contributing
124
124
 
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.1";
29
+ var version = "1.22.2-beta.2";
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.1";
18
+ var version = "1.22.2-beta.2";
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.1",
3
+ "version": "1.22.2-beta.2",
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",
@@ -13,18 +13,17 @@
13
13
  "eslint-plugin-react-hooks-extra",
14
14
  "eslint-plugin-react-naming-convention"
15
15
  ],
16
- "homepage": "https://github.com/rel1cx/eslint-react",
16
+ "homepage": "https://github.com/rEl1cx/eslint-react",
17
17
  "bugs": {
18
- "url": "https://github.com/rel1cx/eslint-react/issues"
18
+ "url": "https://github.com/rEl1cx/eslint-react/issues"
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/shared": "1.22.1",
54
- "@eslint-react/eff": "1.22.1",
55
- "eslint-plugin-react-debug": "1.22.1",
56
- "@eslint-react/types": "1.22.1",
57
- "eslint-plugin-react-hooks-extra": "1.22.1",
58
- "eslint-plugin-react-naming-convention": "1.22.1",
59
- "eslint-plugin-react-dom": "1.22.1",
60
- "eslint-plugin-react-web-api": "1.22.1",
61
- "eslint-plugin-react-x": "1.22.1"
51
+ "@eslint-react/eff": "1.22.2-beta.2",
52
+ "@eslint-react/types": "1.22.2-beta.2",
53
+ "@eslint-react/shared": "1.22.2-beta.2",
54
+ "eslint-plugin-react-dom": "1.22.2-beta.2",
55
+ "eslint-plugin-react-debug": "1.22.2-beta.2",
56
+ "eslint-plugin-react-hooks-extra": "1.22.2-beta.2",
57
+ "eslint-plugin-react-naming-convention": "1.22.2-beta.2",
58
+ "eslint-plugin-react-web-api": "1.22.2-beta.2",
59
+ "eslint-plugin-react-x": "1.22.2-beta.2"
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",