@eslint-react/eslint-plugin 1.26.2-next.0 → 1.26.2-next.1

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
@@ -117,6 +117,7 @@ export default tseslint.config({
117
117
  - [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
118
118
  - [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
119
119
  - [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
120
+ - [`fullstacksjs/eslint-config`](https://github.com/fullstacksjs/eslint-config) - FullstacksJS ESLint config preset.
120
121
 
121
122
  _Data collected from GitHub dependents network, if there are any mismatch or outdated information, feel free to [open issue](https://github.com/Rel1cx/eslint-react/issues/new?assignees=&labels=type%3A+documentation&projects=&template=docs_report.md&title=%5Bdocs%5D+) or pull request._
122
123
 
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ var __export = (target, all) => {
25
25
 
26
26
  // package.json
27
27
  var name = "@eslint-react/eslint-plugin";
28
- var version = "1.26.2-next.0";
28
+ var version = "1.26.2-next.1";
29
29
 
30
30
  // src/configs/all.ts
31
31
  var all_exports = {};
package/dist/index.mjs 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 = "1.26.2-next.0";
17
+ var version = "1.26.2-next.1";
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": "1.26.2-next.0",
3
+ "version": "1.26.2-next.1",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -44,18 +44,18 @@
44
44
  "./package.json"
45
45
  ],
46
46
  "dependencies": {
47
- "@typescript-eslint/scope-manager": "^8.22.0",
48
- "@typescript-eslint/type-utils": "^8.22.0",
49
- "@typescript-eslint/types": "^8.22.0",
50
- "@typescript-eslint/utils": "^8.22.0",
51
- "@eslint-react/eff": "1.26.2-next.0",
52
- "eslint-plugin-react-dom": "1.26.2-next.0",
53
- "eslint-plugin-react-debug": "1.26.2-next.0",
54
- "eslint-plugin-react-hooks-extra": "1.26.2-next.0",
55
- "eslint-plugin-react-naming-convention": "1.26.2-next.0",
56
- "eslint-plugin-react-web-api": "1.26.2-next.0",
57
- "@eslint-react/shared": "1.26.2-next.0",
58
- "eslint-plugin-react-x": "1.26.2-next.0"
47
+ "@typescript-eslint/scope-manager": "^8.23.0",
48
+ "@typescript-eslint/type-utils": "^8.23.0",
49
+ "@typescript-eslint/types": "^8.23.0",
50
+ "@typescript-eslint/utils": "^8.23.0",
51
+ "@eslint-react/eff": "1.26.2-next.1",
52
+ "eslint-plugin-react-debug": "1.26.2-next.1",
53
+ "eslint-plugin-react-dom": "1.26.2-next.1",
54
+ "@eslint-react/shared": "1.26.2-next.1",
55
+ "eslint-plugin-react-hooks-extra": "1.26.2-next.1",
56
+ "eslint-plugin-react-naming-convention": "1.26.2-next.1",
57
+ "eslint-plugin-react-web-api": "1.26.2-next.1",
58
+ "eslint-plugin-react-x": "1.26.2-next.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.3.6",