@eslint-react/eslint-plugin 2.6.4 → 2.6.5-next.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 +11 -0
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -150,6 +150,17 @@ export default defineConfig(
|
|
|
150
150
|
- `strict-type-checked`\
|
|
151
151
|
Same as the `strict-typescript` preset but enables additional rules that require type information.
|
|
152
152
|
|
|
153
|
+
### Category Based
|
|
154
|
+
|
|
155
|
+
<!-- TODO: Add hooks and performance presets later -->
|
|
156
|
+
<!-- - `hooks`\ -->
|
|
157
|
+
<!-- Enable all rules related to React Hooks. -->
|
|
158
|
+
<!-- - `performance`\ -->
|
|
159
|
+
<!-- Enable all rules related to React performance optimizations. -->
|
|
160
|
+
|
|
161
|
+
- `no-deprecated`\
|
|
162
|
+
Enable all rules that disallow deprecated React APIs with "error" severity.
|
|
163
|
+
|
|
153
164
|
### Other
|
|
154
165
|
|
|
155
166
|
- `disable-dom`\
|
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.6.
|
|
3
|
+
"version": "2.6.5-next.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",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.53.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.53.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.6.
|
|
49
|
-
"@eslint-react/shared": "2.6.
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-x": "2.6.
|
|
48
|
+
"@eslint-react/eff": "2.6.5-next.0",
|
|
49
|
+
"@eslint-react/shared": "2.6.5-next.0",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.6.5-next.0",
|
|
51
|
+
"eslint-plugin-react-dom": "2.6.5-next.0",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.6.5-next.0",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.6.5-next.0",
|
|
54
|
+
"eslint-plugin-react-x": "2.6.5-next.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"tsdown": "^0.20.0-beta.3",
|