@eslint-react/eslint-plugin 2.0.0-next.44 → 2.0.0-next.45

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 +10 -10
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
6
6
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
7
7
 
8
- A series of composable ESLint rules for React and friends.
8
+ 4-7x faster composable ESLint rules for React and friends.
9
9
 
10
10
  ## Table of Contents
11
11
 
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.44";
17
+ var version = "2.0.0-next.45";
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.44",
3
+ "version": "2.0.0-next.45",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -41,15 +41,15 @@
41
41
  "@typescript-eslint/type-utils": "^8.34.0",
42
42
  "@typescript-eslint/types": "^8.34.0",
43
43
  "@typescript-eslint/utils": "^8.34.0",
44
- "@eslint-react/eff": "2.0.0-next.44",
45
- "@eslint-react/shared": "2.0.0-next.44",
46
- "eslint-plugin-react-debug": "2.0.0-next.44",
47
- "@eslint-react/kit": "2.0.0-next.44",
48
- "eslint-plugin-react-hooks-extra": "2.0.0-next.44",
49
- "eslint-plugin-react-naming-convention": "2.0.0-next.44",
50
- "eslint-plugin-react-dom": "2.0.0-next.44",
51
- "eslint-plugin-react-web-api": "2.0.0-next.44",
52
- "eslint-plugin-react-x": "2.0.0-next.44"
44
+ "@eslint-react/eff": "2.0.0-next.45",
45
+ "@eslint-react/kit": "2.0.0-next.45",
46
+ "@eslint-react/shared": "2.0.0-next.45",
47
+ "eslint-plugin-react-debug": "2.0.0-next.45",
48
+ "eslint-plugin-react-dom": "2.0.0-next.45",
49
+ "eslint-plugin-react-hooks-extra": "2.0.0-next.45",
50
+ "eslint-plugin-react-naming-convention": "2.0.0-next.45",
51
+ "eslint-plugin-react-x": "2.0.0-next.45",
52
+ "eslint-plugin-react-web-api": "2.0.0-next.45"
53
53
  },
54
54
  "devDependencies": {
55
55
  "tsup": "^8.5.0",