@eslint-react/eslint-plugin 1.45.0-next.3 → 1.45.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A series of composable ESLint rules for React and friends.
|
|
|
12
12
|
- **Performant**: Built with performance in mind, optimized for large codebases.
|
|
13
13
|
- **Future-proof**: Forward-looking architecture that anticipates future changes in React and TypeScript.
|
|
14
14
|
- **Precision Control**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
|
|
15
|
-
- **Context-aware Linting**: Rules
|
|
15
|
+
- **Context-aware Linting**: Rules that understand the context of your code and project settings to provide more accurate linting.
|
|
16
16
|
|
|
17
17
|
## Public Packages
|
|
18
18
|
|
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.45.0
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"description": "A series of composable ESLint rules for React and friends.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.29.1",
|
|
51
51
|
"@typescript-eslint/types": "^8.29.1",
|
|
52
52
|
"@typescript-eslint/utils": "^8.29.1",
|
|
53
|
-
"@eslint-react/
|
|
54
|
-
"
|
|
55
|
-
"@eslint-react/shared": "1.45.0
|
|
56
|
-
"eslint-
|
|
57
|
-
"eslint-plugin-react-dom": "1.45.0
|
|
58
|
-
"eslint-plugin-react-hooks-extra": "1.45.0
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
61
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/kit": "1.45.0",
|
|
54
|
+
"eslint-plugin-react-debug": "1.45.0",
|
|
55
|
+
"@eslint-react/shared": "1.45.0",
|
|
56
|
+
"@eslint-react/eff": "1.45.0",
|
|
57
|
+
"eslint-plugin-react-dom": "1.45.0",
|
|
58
|
+
"eslint-plugin-react-hooks-extra": "1.45.0",
|
|
59
|
+
"eslint-plugin-react-x": "1.45.0",
|
|
60
|
+
"eslint-plugin-react-web-api": "1.45.0",
|
|
61
|
+
"eslint-plugin-react-naming-convention": "1.45.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"tsup": "^8.4.0",
|