@eslint-react/eslint-plugin 1.22.2-beta.0 → 1.22.2-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.
- package/README.md +7 -7
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +15 -15
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/
|
|
22
|
-
- [`eslint-plugin-react-dom`](https://github.com/
|
|
23
|
-
- [`eslint-plugin-react-web-api`](https://github.com/
|
|
24
|
-
- [`eslint-plugin-react-hooks-extra`](https://github.com/
|
|
25
|
-
- [`eslint-plugin-react-naming-convention`](https://github.com/
|
|
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/
|
|
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/
|
|
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
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.22.2-
|
|
3
|
+
"version": "1.22.2-next.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/
|
|
16
|
+
"homepage": "https://github.com/rEl1cx/eslint-react",
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/
|
|
18
|
+
"url": "https://github.com/rEl1cx/eslint-react/issues"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/
|
|
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/
|
|
54
|
-
"@eslint-react/types": "1.22.2-
|
|
55
|
-
"@eslint-react/
|
|
56
|
-
"eslint-plugin-react-debug": "1.22.2-
|
|
57
|
-
"eslint-plugin-react-dom": "1.22.2-
|
|
58
|
-
"eslint-plugin-react-hooks-extra": "1.22.2-
|
|
59
|
-
"eslint-plugin-react-naming-convention": "1.22.2-
|
|
60
|
-
"eslint-plugin-react-web-api": "1.22.2-
|
|
61
|
-
"eslint-plugin-react-x": "1.22.2-
|
|
51
|
+
"@eslint-react/shared": "1.22.2-next.2",
|
|
52
|
+
"@eslint-react/types": "1.22.2-next.2",
|
|
53
|
+
"@eslint-react/eff": "1.22.2-next.2",
|
|
54
|
+
"eslint-plugin-react-debug": "1.22.2-next.2",
|
|
55
|
+
"eslint-plugin-react-dom": "1.22.2-next.2",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.22.2-next.2",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.22.2-next.2",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.22.2-next.2",
|
|
59
|
+
"eslint-plugin-react-x": "1.22.2-next.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",
|