@eslint-react/eslint-plugin 1.31.0 → 1.31.1-beta.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ More than 80 high-quality linting rules for writing better React code.
|
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
11
|
-
- **Modern**: First-class support for TypeScript, React 19,
|
|
11
|
+
- **Modern**: First-class support for TypeScript, React 19, and more.
|
|
12
12
|
- **Flexible**: Increased flexibility with more granular severity control.
|
|
13
13
|
- **Performant**: Built with performance in mind, optimized for large codebases.
|
|
14
14
|
- **Comprehensive**: Handles complex scenarios and identifies problems that other tools might miss.
|
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.31.
|
|
3
|
+
"version": "1.31.1-beta.1",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.26.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.26.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.26.0",
|
|
53
|
-
"@eslint-react/eff": "1.31.
|
|
54
|
-
"@eslint-react/shared": "1.31.
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-web-api": "1.31.
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.31.1-beta.1",
|
|
54
|
+
"@eslint-react/shared": "1.31.1-beta.1",
|
|
55
|
+
"eslint-plugin-react-debug": "1.31.1-beta.1",
|
|
56
|
+
"eslint-plugin-react-dom": "1.31.1-beta.1",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.31.1-beta.1",
|
|
58
|
+
"eslint-plugin-react-x": "1.31.1-beta.1",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.31.1-beta.1",
|
|
60
|
+
"eslint-plugin-react-naming-convention": "1.31.1-beta.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|