@eslint-react/eslint-plugin 2.5.1-next.4 → 2.5.1-next.6

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&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=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
7
7
  [![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8
- [![Build with](https://img.shields.io/badge/built_with-tsdown@0.19.0--beta.1-000000?style=flat)](https://tsdown.dev)
8
+ [![Build with](https://img.shields.io/badge/built_with-tsdown@0.19.0--beta.2-000000?style=flat)](https://tsdown.dev)
9
9
 
10
10
  4-7x faster composable ESLint rules for React and friends.
11
11
 
@@ -183,9 +183,9 @@ export default defineConfig(
183
183
 
184
184
  ## Disclaimer
185
185
 
186
- This project is not affiliated with Meta Corporation or [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
186
+ This project is not affiliated with Meta Corporation or the [facebook/react](https://github.com/facebook/react) project or team, nor is it endorsed or sponsored by them.
187
187
 
188
- This project is and will continue to maintain that 90% of the code is written by humans.
188
+ This project is, and will remain, 90% of its code written by humans.
189
189
 
190
190
  ## Contributing
191
191
 
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$16 = "@eslint-react/eslint-plugin";
27
- var version = "2.5.1-next.4";
27
+ var version = "2.5.1-next.6";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.5.1-next.4",
3
+ "version": "2.5.1-next.6",
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,16 +45,16 @@
45
45
  "@typescript-eslint/types": "^8.51.0",
46
46
  "@typescript-eslint/utils": "^8.51.0",
47
47
  "ts-api-utils": "^2.4.0",
48
- "@eslint-react/eff": "2.5.1-next.4",
49
- "eslint-plugin-react-dom": "2.5.1-next.4",
50
- "eslint-plugin-react-hooks-extra": "2.5.1-next.4",
51
- "@eslint-react/shared": "2.5.1-next.4",
52
- "eslint-plugin-react-naming-convention": "2.5.1-next.4",
53
- "eslint-plugin-react-web-api": "2.5.1-next.4",
54
- "eslint-plugin-react-x": "2.5.1-next.4"
48
+ "@eslint-react/shared": "2.5.1-next.6",
49
+ "@eslint-react/eff": "2.5.1-next.6",
50
+ "eslint-plugin-react-dom": "2.5.1-next.6",
51
+ "eslint-plugin-react-web-api": "2.5.1-next.6",
52
+ "eslint-plugin-react-x": "2.5.1-next.6",
53
+ "eslint-plugin-react-naming-convention": "2.5.1-next.6",
54
+ "eslint-plugin-react-hooks-extra": "2.5.1-next.6"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.19.0-beta.1",
57
+ "tsdown": "^0.19.0-beta.2",
58
58
  "@local/configs": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {