@eslint-react/eslint-plugin 1.12.4-next.0 → 1.12.4-next.3
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 +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -46,6 +46,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
|
|
|
46
46
|
- [`npmgraph/npmgraph`](https://github.com/npmgraph/npmgraph) - A tool for exploring NPM modules and dependencies.
|
|
47
47
|
- [`react-navigation/react-navigation`](https://github.com/react-navigation/react-navigation) - Routing and navigation for your React Native apps.
|
|
48
48
|
- [`RebeccaStevens/eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - RebeccaStevens' ESLint config preset.
|
|
49
|
+
- [`refined-github/refined-github`](https://github.com/refined-github/refined-github) - :octocat: Browser extension that simplifies the GitHub interface and adds useful features.
|
|
49
50
|
- [`RSSNext/follow`](https://github.com/RSSNext/follow) - 🧡 Next generation information browser.
|
|
50
51
|
- [`satya164/PocketGear`](https://github.com/satya164/PocketGear) - A clean and simple Pokédex app for Pokémon GO.
|
|
51
52
|
- [`SukkaW/eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - ESLint configuration of Sukka.
|
|
@@ -54,6 +55,7 @@ A series of composable ESLint plugins for libraries and frameworks that use Reac
|
|
|
54
55
|
- [`TanStack/query`](https://github.com/TanStack/query) - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
|
|
55
56
|
- [`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
57
|
- [`TanStack/store`](https://github.com/TanStack/store) - 🤖 Framework agnostic, type-safe store w/ reactive framework adapters.
|
|
58
|
+
- [`toss/suspensive`](https://github.com/toss/suspensive) - Manage asynchronous operations, timing, error handling, detecting intersection of elements, and caching easily and declaratively (One of TanStack Query community resources).
|
|
57
59
|
|
|
58
60
|
_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._
|
|
59
61
|
|
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
|
|
|
37
37
|
|
|
38
38
|
// package.json
|
|
39
39
|
var name = "@eslint-react/eslint-plugin";
|
|
40
|
-
var version = "1.12.4-next.
|
|
40
|
+
var version = "1.12.4-next.3";
|
|
41
41
|
function transformKeys(obj, transform) {
|
|
42
42
|
if (tools.typeOf(obj) !== "object") return obj;
|
|
43
43
|
const res = {};
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import * as react from 'eslint-plugin-react-x';
|
|
|
10
10
|
|
|
11
11
|
// package.json
|
|
12
12
|
var name = "@eslint-react/eslint-plugin";
|
|
13
|
-
var version = "1.12.4-next.
|
|
13
|
+
var version = "1.12.4-next.3";
|
|
14
14
|
function transformKeys(obj, transform) {
|
|
15
15
|
if (typeOf(obj) !== "object") return obj;
|
|
16
16
|
const res = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.12.4-next.
|
|
3
|
+
"version": "1.12.4-next.3",
|
|
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.3.0",
|
|
48
48
|
"@typescript-eslint/types": "^8.3.0",
|
|
49
49
|
"@typescript-eslint/utils": "^8.3.0",
|
|
50
|
-
"@eslint-react/shared": "1.12.4-next.
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
50
|
+
"@eslint-react/shared": "1.12.4-next.3",
|
|
51
|
+
"@eslint-react/tools": "1.12.4-next.3",
|
|
52
|
+
"eslint-plugin-react-debug": "1.12.4-next.3",
|
|
53
|
+
"@eslint-react/types": "1.12.4-next.3",
|
|
54
|
+
"eslint-plugin-react-dom": "1.12.4-next.3",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.12.4-next.3",
|
|
56
|
+
"eslint-plugin-react-naming-convention": "1.12.4-next.3",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.12.4-next.3",
|
|
58
|
+
"eslint-plugin-react-x": "1.12.4-next.3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.2.4"
|