@eslint-react/eslint-plugin 1.9.1-next.3 → 1.9.2-beta.4

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) 2023 Eva1ent
3
+ Copyright (c) 2024 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
@@ -29,6 +29,9 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
29
29
 
30
30
  ## Who is using?
31
31
 
32
+ <details>
33
+ <summary>Click to toggle contents</summary>
34
+
32
35
  - [`AndreaPontrandolfo/sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
33
36
  - [`antfu/​eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
34
37
  - [`christopher-buss/roblox-ts-eslint-config`](https://github.com/christopher-buss/roblox-ts-eslint-config) - iSentinel's ESLint config preset for Roblox-TS.
@@ -37,9 +40,13 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
37
40
  - [`electric-sql/pglite`](https://github.com/electric-sql/pglite) - Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno.
38
41
  - [`ensdomains/ensdomains-landing`](https://github.com/ensdomains/ensdomains-landing) - ENS Homepage V2, the main homepage of the ENS protocol.
39
42
  - [`hairyf/overlastic`](https://github.com/hairyf/overlastic) - A universal overlays utils, support react, vue, vanilla, svelte.
43
+ - [`hipstersmoothie/react-window-splitter`](https://github.com/hipstersmoothie/react-window-splitter) - A full featured window splitter for React.
40
44
  - [`johannschopplich/unlazy`](https://github.com/johannschopplich/unlazy) - Universal lazy loading library for placeholder images leveraging native browser APIs.
45
+ - [`npmgraph/npmgraph`](https://github.com/npmgraph/npmgraph) - A tool for exploring NPM modules and dependencies.
41
46
  - [`react-navigation/​react-navigation`](https://github.com/react-navigation/react-navigation) - Routing and navigation for your React Native apps.
47
+ - [`RebeccaStevens/eslint-config-rebeccastevens`](https://github.com/RebeccaStevens/eslint-config-rebeccastevens) - RebeccaStevens' ESLint config preset.
42
48
  - [`RSSNext/​follow`](https://github.com/RSSNext/follow) - 🧡 Next generation information browser.
49
+ - [`satya164/PocketGear`](https://github.com/satya164/PocketGear) - A clean and simple Pokédex app for Pokémon GO.
43
50
  - [`SukkaW/eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - ESLint configuration of Sukka.
44
51
  - [`SukkaW/foxact`](https://github.com/SukkaW/foxact) - React Hooks/Utils done right. For Browser, SSR, and React Server Components.
45
52
  - [`TanStack/​form`](https://github.com/TanStack/form) - 🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.
@@ -47,9 +54,11 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
47
54
  - [`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.
48
55
  - [`TanStack/​store`](https://github.com/TanStack/store) - 🤖 Framework agnostic, type-safe store w/ reactive framework adapters.
49
56
 
57
+ </details>
58
+
50
59
  _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._
51
60
 
52
- Find more projects using ESLint React on [GitHub](https://github.com/Rel1cx/eslint-react/network/dependents).
61
+ Find more on [GitHub Dependents](https://github.com/Rel1cx/eslint-react/network/dependents).
53
62
 
54
63
  ## Install
55
64
 
@@ -126,6 +135,9 @@ Add the plugin to your `.eslintrc.json`:
126
135
 
127
136
  ### Legacy Config
128
137
 
138
+ <details>
139
+ <summary>Click to toggle contents</summary>
140
+
129
141
  - **core-legacy**\
130
142
  Enable rules that are renderer-agnostic.
131
143
  - **recommended-legacy**\
@@ -141,6 +153,8 @@ Add the plugin to your `.eslintrc.json`:
141
153
  - **off-legacy**\
142
154
  Disable all rules in this plugin except for debug rules.
143
155
 
156
+ </details>
157
+
144
158
  [Full Presets List↗](https://eslint-react.xyz/docs/presets)
145
159
 
146
160
  ## Rules
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
36
36
 
37
37
  // package.json
38
38
  var name = "@eslint-react/eslint-plugin";
39
- var version = "1.9.1-next.3";
39
+ var version = "1.9.2-beta.4";
40
40
  function transformKeys(obj, transform) {
41
41
  if (tools.typeOf(obj) !== "object") return obj;
42
42
  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.9.1-next.3";
13
+ var version = "1.9.2-beta.4";
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.9.1-next.3",
3
+ "version": "1.9.2-beta.4",
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,14 +47,14 @@
47
47
  "@typescript-eslint/type-utils": "^8.0.1",
48
48
  "@typescript-eslint/types": "^8.0.1",
49
49
  "@typescript-eslint/utils": "^8.0.1",
50
- "@eslint-react/shared": "1.9.1-next.3",
51
- "@eslint-react/tools": "1.9.1-next.3",
52
- "eslint-plugin-react-debug": "1.9.1-next.3",
53
- "eslint-plugin-react-dom": "1.9.1-next.3",
54
- "eslint-plugin-react-hooks-extra": "1.9.1-next.3",
55
- "eslint-plugin-react-x": "1.9.1-next.3",
56
- "eslint-plugin-react-naming-convention": "1.9.1-next.3",
57
- "@eslint-react/types": "1.9.1-next.3"
50
+ "@eslint-react/tools": "1.9.2-beta.4",
51
+ "eslint-plugin-react-debug": "1.9.2-beta.4",
52
+ "@eslint-react/types": "1.9.2-beta.4",
53
+ "eslint-plugin-react-dom": "1.9.2-beta.4",
54
+ "eslint-plugin-react-hooks-extra": "1.9.2-beta.4",
55
+ "eslint-plugin-react-x": "1.9.2-beta.4",
56
+ "eslint-plugin-react-naming-convention": "1.9.2-beta.4",
57
+ "@eslint-react/shared": "1.9.2-beta.4"
58
58
  },
59
59
  "devDependencies": {
60
60
  "tsup": "^8.2.4"