@eslint-react/eslint-plugin 1.30.1-next.0 → 1.30.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Eva1ent
3
+ Copyright (c) 2025 Eva1ent
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -118,12 +118,9 @@ export default tseslint.config({
118
118
  - [`eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - Rebecca's ESLint config preset.
119
119
  - [`eslint-config-sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
120
120
  - [`eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - Sukka's ESLint config preset.
121
- - [`fullstacksjs/eslint-config`](https://github.com/fullstacksjs/eslint-config) - FullstacksJS ESLint config preset.
122
121
 
123
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._
124
123
 
125
- Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
126
-
127
124
  ## Contributing
128
125
 
129
126
  Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
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.30.1-next.0";
28
+ var version = "1.30.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.30.1-next.0";
17
+ var version = "1.30.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.30.1-next.0",
3
+ "version": "1.30.1",
4
4
  "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
@@ -46,18 +46,18 @@
46
46
  "./package.json"
47
47
  ],
48
48
  "dependencies": {
49
- "@typescript-eslint/scope-manager": "^8.25.0",
50
- "@typescript-eslint/type-utils": "^8.25.0",
51
- "@typescript-eslint/types": "^8.25.0",
52
- "@typescript-eslint/utils": "^8.25.0",
53
- "@eslint-react/eff": "1.30.1-next.0",
54
- "@eslint-react/shared": "1.30.1-next.0",
55
- "eslint-plugin-react-debug": "1.30.1-next.0",
56
- "eslint-plugin-react-dom": "1.30.1-next.0",
57
- "eslint-plugin-react-hooks-extra": "1.30.1-next.0",
58
- "eslint-plugin-react-naming-convention": "1.30.1-next.0",
59
- "eslint-plugin-react-web-api": "1.30.1-next.0",
60
- "eslint-plugin-react-x": "1.30.1-next.0"
49
+ "@typescript-eslint/scope-manager": "^8.26.0",
50
+ "@typescript-eslint/type-utils": "^8.26.0",
51
+ "@typescript-eslint/types": "^8.26.0",
52
+ "@typescript-eslint/utils": "^8.26.0",
53
+ "@eslint-react/eff": "1.30.1",
54
+ "@eslint-react/shared": "1.30.1",
55
+ "eslint-plugin-react-debug": "1.30.1",
56
+ "eslint-plugin-react-dom": "1.30.1",
57
+ "eslint-plugin-react-hooks-extra": "1.30.1",
58
+ "eslint-plugin-react-naming-convention": "1.30.1",
59
+ "eslint-plugin-react-web-api": "1.30.1",
60
+ "eslint-plugin-react-x": "1.30.1"
61
61
  },
62
62
  "devDependencies": {
63
63
  "tsup": "^8.4.0",