@eslint-react/eslint-plugin 1.7.1-next.2 → 1.7.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
@@ -27,7 +27,7 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
27
27
 
28
28
  ### Mono plugins (will be available in 2.0)
29
29
 
30
- - [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (DOM Irrelevant, Render Target Agnostic, Formatting Independent, Compatible with x-platform).
30
+ - [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (regardless of render target, compatible with x-platform).
31
31
  - [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
32
32
  - [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
33
33
  - [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var R__namespace = /*#__PURE__*/_interopNamespace(R);
38
38
 
39
39
  // package.json
40
40
  var name = "@eslint-react/eslint-plugin";
41
- var version = "1.7.1-next.2";
41
+ var version = "1.7.1";
42
42
  function transformKeys(obj, transform) {
43
43
  if (tools.typeOf(obj) !== "object") return obj;
44
44
  const res = {};
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ import { typeOf } from '@eslint-react/tools';
11
11
 
12
12
  // package.json
13
13
  var name = "@eslint-react/eslint-plugin";
14
- var version = "1.7.1-next.2";
14
+ var version = "1.7.1";
15
15
  function transformKeys(obj, transform) {
16
16
  if (typeOf(obj) !== "object") return obj;
17
17
  const res = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "1.7.1-next.2",
3
+ "version": "1.7.1",
4
4
  "description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -51,14 +51,14 @@
51
51
  "@typescript-eslint/types": "^7.18.0",
52
52
  "@typescript-eslint/utils": "^7.18.0",
53
53
  "remeda": "^2.6.0",
54
- "@eslint-react/shared": "1.7.1-next.2",
55
- "@eslint-react/tools": "1.7.1-next.2",
56
- "eslint-plugin-react-debug": "1.7.1-next.2",
57
- "eslint-plugin-react-dom": "1.7.1-next.2",
58
- "@eslint-react/types": "1.7.1-next.2",
59
- "eslint-plugin-react-naming-convention": "1.7.1-next.2",
60
- "eslint-plugin-react-hooks-extra": "1.7.1-next.2",
61
- "eslint-plugin-react-x": "1.7.1-next.2"
54
+ "@eslint-react/shared": "1.7.1",
55
+ "@eslint-react/tools": "1.7.1",
56
+ "@eslint-react/types": "1.7.1",
57
+ "eslint-plugin-react-dom": "1.7.1",
58
+ "eslint-plugin-react-debug": "1.7.1",
59
+ "eslint-plugin-react-naming-convention": "1.7.1",
60
+ "eslint-plugin-react-x": "1.7.1",
61
+ "eslint-plugin-react-hooks-extra": "1.7.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "tsup": "8.2.3"