@eslint-react/eslint-plugin 1.22.2-next.1 → 1.22.2-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.
package/README.md CHANGED
@@ -1,14 +1,16 @@
1
+ <!-- eslint-disable markdown/no-html -->
2
+
1
3
  <p align="center"><img src="https://eslint-react.xyz/logo.svg" alt="logo" width="150" /></p>
2
4
 
3
5
  <h1 align="center" alt="title">ESLint React</h1>
4
6
 
5
- A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
7
+ A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
6
8
 
7
9
  ## Features
8
10
 
9
- - **Universal**: Works seamlessly with any library or framework that uses React.
10
- - **Maximum Flexibility**: Achieves extensive capabilities with minimal configuration effort.
11
- - **Advanced Analysis Logic**: Handles complex scenarios and identifies problems that tools like `biome` and `eslint-plugin-react` might miss.
11
+ - **Flexible**: Increased flexibility with fewer rule options.
12
+ - **Comprehensive**: First-class support for TypeScript, React UI libraries, polymorphic components.
13
+ - **Advanced Analysis**: Handles complex scenarios and identifies problems that other tools might miss.
12
14
 
13
15
  ## Public packages
14
16
 
@@ -18,11 +20,11 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
18
20
 
19
21
  ### Mono plugins
20
22
 
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.
23
+ - [`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).
24
+ - [`eslint-plugin-react-dom`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
25
+ - [`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.
26
+ - [`eslint-plugin-react-hooks-extra`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
27
+ - [`eslint-plugin-react-naming-convention`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
26
28
 
27
29
  ## Installation
28
30
 
@@ -80,7 +82,7 @@ export default tseslint.config({
80
82
  ### General Purpose
81
83
 
82
84
  - **Recommended** (`recommended`)\
83
- Enforce rules that are recommended by ESLint React for general purpose `React` + `React DOM` applications.
85
+ Enforce rules that are recommended by ESLint React for general purpose React + React DOM applications.
84
86
  _This preset includes the `core`, `dom`, and `web-api` presets._
85
87
 
86
88
  ### TypeScript Specialized
@@ -116,9 +118,9 @@ export default tseslint.config({
116
118
  - [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
117
119
  - [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
118
120
 
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._
121
+ _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
122
 
121
- Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
123
+ Find more on [GitHub Dependents](https://github.com/rEl1cx/eslint-react/network/dependents).
122
124
 
123
125
  ## Contributing
124
126
 
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-next.1";
29
+ var version = "1.22.2-next.3";
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-next.1";
18
+ var version = "1.22.2-next.3";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.22.2-next.1",
4
- "description": "The main ESLint plugin that contains all the rules from eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
3
+ "version": "1.22.2-next.3",
4
+ "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "eslint",
@@ -13,13 +13,13 @@
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": "git+https://github.com/Rel1cx/eslint-react.git",
22
+ "url": "git+https://github.com/rEl1cx/eslint-react.git",
23
23
  "directory": "packages/plugins/eslint-plugin"
24
24
  },
25
25
  "license": "MIT",
@@ -48,15 +48,15 @@
48
48
  "@typescript-eslint/type-utils": "^8.18.2",
49
49
  "@typescript-eslint/types": "^8.18.2",
50
50
  "@typescript-eslint/utils": "^8.18.2",
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"
51
+ "@eslint-react/eff": "1.22.2-next.3",
52
+ "@eslint-react/shared": "1.22.2-next.3",
53
+ "eslint-plugin-react-debug": "1.22.2-next.3",
54
+ "eslint-plugin-react-dom": "1.22.2-next.3",
55
+ "eslint-plugin-react-hooks-extra": "1.22.2-next.3",
56
+ "eslint-plugin-react-web-api": "1.22.2-next.3",
57
+ "eslint-plugin-react-naming-convention": "1.22.2-next.3",
58
+ "eslint-plugin-react-x": "1.22.2-next.3",
59
+ "@eslint-react/types": "1.22.2-next.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.3.5",