@eslint-react/eslint-plugin 1.26.1-next.3 → 1.26.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
@@ -4,7 +4,7 @@
4
4
 
5
5
  <h1 align="center" alt="title">ESLint React</h1>
6
6
 
7
- A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
7
+ More than 80 high-quality linting rules for writing better React code.
8
8
 
9
9
  ## Features
10
10
 
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.1-next.3";
28
+ var version = "1.26.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.1-next.3";
17
+ var version = "1.26.1";
18
18
 
19
19
  // src/configs/all.ts
20
20
  var all_exports = {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.26.1-next.3",
4
- "description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
3
+ "version": "1.26.1",
4
+ "description": "More than 80 high-quality linting rules for writing better React code.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "eslint",
@@ -48,14 +48,14 @@
48
48
  "@typescript-eslint/type-utils": "^8.22.0",
49
49
  "@typescript-eslint/types": "^8.22.0",
50
50
  "@typescript-eslint/utils": "^8.22.0",
51
- "@eslint-react/eff": "1.26.1-next.3",
52
- "@eslint-react/shared": "1.26.1-next.3",
53
- "eslint-plugin-react-dom": "1.26.1-next.3",
54
- "eslint-plugin-react-debug": "1.26.1-next.3",
55
- "eslint-plugin-react-naming-convention": "1.26.1-next.3",
56
- "eslint-plugin-react-hooks-extra": "1.26.1-next.3",
57
- "eslint-plugin-react-x": "1.26.1-next.3",
58
- "eslint-plugin-react-web-api": "1.26.1-next.3"
51
+ "@eslint-react/eff": "1.26.1",
52
+ "@eslint-react/shared": "1.26.1",
53
+ "eslint-plugin-react-debug": "1.26.1",
54
+ "eslint-plugin-react-dom": "1.26.1",
55
+ "eslint-plugin-react-hooks-extra": "1.26.1",
56
+ "eslint-plugin-react-web-api": "1.26.1",
57
+ "eslint-plugin-react-naming-convention": "1.26.1",
58
+ "eslint-plugin-react-x": "1.26.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.3.6",