@eslint-react/eslint-plugin 2.4.1-next.9 → 2.5.0
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 +1 -1
- package/dist/index.js +3 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
6
6
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
7
7
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
8
|
-
[](https://tsdown.dev)
|
|
9
9
|
|
|
10
10
|
4-7x faster composable ESLint rules for React and friends.
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$16 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "2.
|
|
27
|
+
var version = "2.5.0";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -203,6 +203,7 @@ const rules$14 = {
|
|
|
203
203
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
204
204
|
"@eslint-react/naming-convention/filename": "off",
|
|
205
205
|
"@eslint-react/naming-convention/filename-extension": "off",
|
|
206
|
+
"@eslint-react/naming-convention/ref-name": "off",
|
|
206
207
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
207
208
|
};
|
|
208
209
|
const plugins$8 = {
|
|
@@ -371,6 +372,7 @@ const rules$6 = {
|
|
|
371
372
|
...rules$10,
|
|
372
373
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
373
374
|
"@eslint-react/naming-convention/context-name": "warn",
|
|
375
|
+
"@eslint-react/naming-convention/ref-name": "warn",
|
|
374
376
|
"@eslint-react/naming-convention/use-state": "warn"
|
|
375
377
|
};
|
|
376
378
|
const plugins$5 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"./package.json"
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
44
|
-
"@typescript-eslint/type-utils": "^8.
|
|
45
|
-
"@typescript-eslint/types": "^8.
|
|
46
|
-
"@typescript-eslint/utils": "^8.
|
|
47
|
-
"ts-api-utils": "^2.
|
|
48
|
-
"@eslint-react/eff": "2.
|
|
49
|
-
"eslint-
|
|
50
|
-
"
|
|
51
|
-
"eslint-plugin-react-hooks-extra": "2.
|
|
52
|
-
"eslint-plugin-react-naming-convention": "2.
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
43
|
+
"@typescript-eslint/scope-manager": "^8.51.0",
|
|
44
|
+
"@typescript-eslint/type-utils": "^8.51.0",
|
|
45
|
+
"@typescript-eslint/types": "^8.51.0",
|
|
46
|
+
"@typescript-eslint/utils": "^8.51.0",
|
|
47
|
+
"ts-api-utils": "^2.3.0",
|
|
48
|
+
"@eslint-react/eff": "2.5.0",
|
|
49
|
+
"@eslint-react/shared": "2.5.0",
|
|
50
|
+
"eslint-plugin-react-dom": "2.5.0",
|
|
51
|
+
"eslint-plugin-react-hooks-extra": "2.5.0",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.5.0",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.5.0",
|
|
54
|
+
"eslint-plugin-react-x": "2.5.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"tsdown": "^0.18.
|
|
57
|
+
"tsdown": "^0.18.4",
|
|
58
58
|
"@local/configs": "0.0.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|