@eslint-react/eslint-plugin 1.11.0 → 1.11.1-next.0

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
@@ -6,7 +6,7 @@
6
6
  [![Size](https://img.shields.io/bundlephobia/minzip/@eslint-react/eslint-plugin?label=gzip&style=flat&colorA=000000&colorB=000000)](https://bundlephobia.com/package/@eslint-react/eslint-plugin)
7
7
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8
8
 
9
- A series of ESLint plugins for building robust and reliable React applications.
9
+ A series of ESLint plugins for writing robust and reliable React on all platforms.
10
10
 
11
11
  ## Features
12
12
 
@@ -30,9 +30,6 @@ A series of ESLint plugins for building robust and reliable React applications.
30
30
 
31
31
  ## Who is using?
32
32
 
33
- <details>
34
- <summary>Click to toggle contents</summary>
35
-
36
33
  - [`AndreaPontrandolfo/sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
37
34
  - [`antfu/​eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
38
35
  - [`christopher-buss/roblox-ts-eslint-config`](https://github.com/christopher-buss/roblox-ts-eslint-config) - iSentinel's ESLint config preset for Roblox-TS.
@@ -55,8 +52,6 @@ A series of ESLint plugins for building robust and reliable React applications.
55
52
  - [`TanStack/​router`](https://github.com/TanStack/router) - 🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.
56
53
  - [`TanStack/​store`](https://github.com/TanStack/store) - 🤖 Framework agnostic, type-safe store w/ reactive framework adapters.
57
54
 
58
- </details>
59
-
60
55
  _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._
61
56
 
62
57
  Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
@@ -66,6 +61,12 @@ Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/
66
61
  ```sh
67
62
  # npm
68
63
  npm install --save-dev @eslint-react/eslint-plugin
64
+
65
+ # yarn
66
+ yarn add --dev @eslint-react/eslint-plugin
67
+
68
+ # pnpm
69
+ pnpm add --save-dev @eslint-react/eslint-plugin
69
70
  ```
70
71
 
71
72
  ## Setup
package/dist/index.js CHANGED
@@ -38,7 +38,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
38
38
 
39
39
  // package.json
40
40
  var name = "@eslint-react/eslint-plugin";
41
- var version = "1.11.0";
41
+ var version = "1.11.1-next.0";
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 * as react from 'eslint-plugin-react-x';
11
11
 
12
12
  // package.json
13
13
  var name = "@eslint-react/eslint-plugin";
14
- var version = "1.11.0";
14
+ var version = "1.11.1-next.0";
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.11.0",
3
+ "version": "1.11.1-next.0",
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",
@@ -47,15 +47,15 @@
47
47
  "@typescript-eslint/type-utils": "^8.2.0",
48
48
  "@typescript-eslint/types": "^8.2.0",
49
49
  "@typescript-eslint/utils": "^8.2.0",
50
- "@eslint-react/shared": "1.11.0",
51
- "@eslint-react/tools": "1.11.0",
52
- "@eslint-react/types": "1.11.0",
53
- "eslint-plugin-react-dom": "1.11.0",
54
- "eslint-plugin-react-hooks-extra": "1.11.0",
55
- "eslint-plugin-react-debug": "1.11.0",
56
- "eslint-plugin-react-naming-convention": "1.11.0",
57
- "eslint-plugin-react-x": "1.11.0",
58
- "eslint-plugin-react-web-api": "1.11.0"
50
+ "@eslint-react/shared": "1.11.1-next.0",
51
+ "@eslint-react/types": "1.11.1-next.0",
52
+ "eslint-plugin-react-debug": "1.11.1-next.0",
53
+ "eslint-plugin-react-hooks-extra": "1.11.1-next.0",
54
+ "eslint-plugin-react-dom": "1.11.1-next.0",
55
+ "@eslint-react/tools": "1.11.1-next.0",
56
+ "eslint-plugin-react-naming-convention": "1.11.1-next.0",
57
+ "eslint-plugin-react-web-api": "1.11.1-next.0",
58
+ "eslint-plugin-react-x": "1.11.1-next.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "^8.2.4"