@eslint-react/eslint-plugin 2.7.5-next.1 → 2.7.5-next.11
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 +5 -4
- package/dist/index.js +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -21,8 +21,9 @@
|
|
|
21
21
|
- [Setup](#setup)
|
|
22
22
|
- [Presets](#presets)
|
|
23
23
|
- [Bare Bones](#bare-bones)
|
|
24
|
-
- [General Purpose](#general-purpose)
|
|
25
|
-
- [TypeScript Specialized](#typescript-specialized)
|
|
24
|
+
- [General Purpose](#general-purpose)
|
|
25
|
+
- [TypeScript Specialized](#typescript-specialized)
|
|
26
|
+
- [Category Based](#category-based)
|
|
26
27
|
- [Other](#other)
|
|
27
28
|
- [Rules](#rules)
|
|
28
29
|
- [Benchmark](#benchmark)
|
|
@@ -127,7 +128,7 @@ export default defineConfig(
|
|
|
127
128
|
- `web-api`\
|
|
128
129
|
Enable rules for interacting with Web APIs.
|
|
129
130
|
|
|
130
|
-
|
|
131
|
+
### General Purpose
|
|
131
132
|
|
|
132
133
|
- `recommended`\
|
|
133
134
|
Enforce rules that are recommended by ESLint React for general-purpose React + React DOM projects.\
|
|
@@ -136,7 +137,7 @@ export default defineConfig(
|
|
|
136
137
|
- `strict`\
|
|
137
138
|
Same as the `recommended` preset but enables additional strict rules.
|
|
138
139
|
|
|
139
|
-
|
|
140
|
+
### TypeScript Specialized
|
|
140
141
|
|
|
141
142
|
- `recommended-typescript`\
|
|
142
143
|
Same as the `recommended` preset but disables rules that can be enforced by TypeScript.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.7.5-next.
|
|
3
|
+
"version": "2.7.5-next.11",
|
|
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,18 +40,18 @@
|
|
|
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.
|
|
43
|
+
"@typescript-eslint/scope-manager": "^8.54.0",
|
|
44
|
+
"@typescript-eslint/type-utils": "^8.54.0",
|
|
45
|
+
"@typescript-eslint/types": "^8.54.0",
|
|
46
|
+
"@typescript-eslint/utils": "^8.54.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-naming-convention": "2.7.5-next.
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
48
|
+
"@eslint-react/shared": "2.7.5-next.11",
|
|
49
|
+
"@eslint-react/eff": "2.7.5-next.11",
|
|
50
|
+
"eslint-plugin-react-dom": "2.7.5-next.11",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.7.5-next.11",
|
|
52
|
+
"eslint-plugin-react-hooks-extra": "2.7.5-next.11",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.7.5-next.11",
|
|
54
|
+
"eslint-plugin-react-x": "2.7.5-next.11"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.20.1",
|