@eslint-react/eslint-plugin 1.23.3-next.7 → 1.23.3-next.8

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
@@ -114,6 +114,7 @@ export default tseslint.config({
114
114
  ### Also available in
115
115
 
116
116
  - [`antfu/eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
117
+ - [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
117
118
  - [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
118
119
  - [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
119
120
 
package/dist/index.js CHANGED
@@ -26,7 +26,7 @@ var __export = (target, all) => {
26
26
 
27
27
  // package.json
28
28
  var name = "@eslint-react/eslint-plugin";
29
- var version = "1.23.3-next.7";
29
+ var version = "1.23.3-next.8";
30
30
 
31
31
  // src/configs/all.ts
32
32
  var all_exports = {};
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ var __export = (target, all) => {
15
15
 
16
16
  // package.json
17
17
  var name = "@eslint-react/eslint-plugin";
18
- var version = "1.23.3-next.7";
18
+ var version = "1.23.3-next.8";
19
19
 
20
20
  // src/configs/all.ts
21
21
  var all_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.23.3-next.7",
3
+ "version": "1.23.3-next.8",
4
4
  "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,15 +48,15 @@
48
48
  "@typescript-eslint/type-utils": "^8.19.1",
49
49
  "@typescript-eslint/types": "^8.19.1",
50
50
  "@typescript-eslint/utils": "^8.19.1",
51
- "@eslint-react/eff": "1.23.3-next.7",
52
- "@eslint-react/shared": "1.23.3-next.7",
53
- "eslint-plugin-react-debug": "1.23.3-next.7",
54
- "eslint-plugin-react-dom": "1.23.3-next.7",
55
- "eslint-plugin-react-hooks-extra": "1.23.3-next.7",
56
- "@eslint-react/types": "1.23.3-next.7",
57
- "eslint-plugin-react-web-api": "1.23.3-next.7",
58
- "eslint-plugin-react-naming-convention": "1.23.3-next.7",
59
- "eslint-plugin-react-x": "1.23.3-next.7"
51
+ "@eslint-react/eff": "1.23.3-next.8",
52
+ "@eslint-react/types": "1.23.3-next.8",
53
+ "@eslint-react/shared": "1.23.3-next.8",
54
+ "eslint-plugin-react-debug": "1.23.3-next.8",
55
+ "eslint-plugin-react-dom": "1.23.3-next.8",
56
+ "eslint-plugin-react-hooks-extra": "1.23.3-next.8",
57
+ "eslint-plugin-react-naming-convention": "1.23.3-next.8",
58
+ "eslint-plugin-react-web-api": "1.23.3-next.8",
59
+ "eslint-plugin-react-x": "1.23.3-next.8"
60
60
  },
61
61
  "devDependencies": {
62
62
  "tsup": "^8.3.5",