@eslint-react/eslint-plugin 2.0.0-next.39 → 2.0.0-next.43

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +1 -1
  3. package/package.json +14 -14
package/README.md CHANGED
@@ -31,7 +31,7 @@ A series of composable ESLint rules for React and friends.
31
31
 
32
32
  - **Modern**: First-class support for TypeScript, React 19, and more.
33
33
  - **Flexible**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
34
- - **Performant**: Built with performance in mind, optimized for large codebases.
34
+ - **Performant**: Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.
35
35
  - **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
36
36
 
37
37
  ## Public Packages
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ var __export = (target, all) => {
14
14
 
15
15
  // package.json
16
16
  var name = "@eslint-react/eslint-plugin";
17
- var version = "2.0.0-next.39";
17
+ var version = "2.0.0-next.43";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.0.0-next.39",
3
+ "version": "2.0.0-next.43",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -37,19 +37,19 @@
37
37
  "./package.json"
38
38
  ],
39
39
  "dependencies": {
40
- "@typescript-eslint/scope-manager": "^8.33.1",
41
- "@typescript-eslint/type-utils": "^8.33.1",
42
- "@typescript-eslint/types": "^8.33.1",
43
- "@typescript-eslint/utils": "^8.33.1",
44
- "@eslint-react/eff": "2.0.0-next.39",
45
- "@eslint-react/shared": "2.0.0-next.39",
46
- "eslint-plugin-react-hooks-extra": "2.0.0-next.39",
47
- "eslint-plugin-react-naming-convention": "2.0.0-next.39",
48
- "eslint-plugin-react-dom": "2.0.0-next.39",
49
- "eslint-plugin-react-web-api": "2.0.0-next.39",
50
- "eslint-plugin-react-debug": "2.0.0-next.39",
51
- "eslint-plugin-react-x": "2.0.0-next.39",
52
- "@eslint-react/kit": "2.0.0-next.39"
40
+ "@typescript-eslint/scope-manager": "^8.34.0",
41
+ "@typescript-eslint/type-utils": "^8.34.0",
42
+ "@typescript-eslint/types": "^8.34.0",
43
+ "@typescript-eslint/utils": "^8.34.0",
44
+ "@eslint-react/eff": "2.0.0-next.43",
45
+ "@eslint-react/shared": "2.0.0-next.43",
46
+ "eslint-plugin-react-debug": "2.0.0-next.43",
47
+ "@eslint-react/kit": "2.0.0-next.43",
48
+ "eslint-plugin-react-dom": "2.0.0-next.43",
49
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.43",
50
+ "eslint-plugin-react-naming-convention": "2.0.0-next.43",
51
+ "eslint-plugin-react-web-api": "2.0.0-next.43",
52
+ "eslint-plugin-react-x": "2.0.0-next.43"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsup": "^8.5.0",