@eslint-react/eslint-plugin 1.8.0 → 1.8.1-next.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
@@ -34,11 +34,14 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
34
34
 
35
35
  ## Who is using?
36
36
 
37
+ - [`AndreaPontrandolfo/sheriff`](https://github.com/AndreaPontrandolfo/sheriff) - A comprehensive and opinionated Typescript-first ESLint configuration.
37
38
  - [`antfu/​eslint-config`](https://github.com/antfu/eslint-config) - Anthony's ESLint config preset.
38
39
  - [`christopher-buss/roblox-ts-eslint-config`](https://github.com/christopher-buss/roblox-ts-eslint-config) - iSentinel's ESLint config preset for Roblox-TS.
39
40
  - [`DimensionDev/Maskbook`](https://github.com/DimensionDev/Maskbook) - The portal to the new, open Internet. ([I:b]).
40
41
  - [`dream-num/univer`](https://github.com/dream-num/univer) - Univer is an open-source alternative to Google Sheets, Slides, and Docs.
42
+ - [`ensdomains/ensdomains-landing`](https://github.com/ensdomains/ensdomains-landing) - ENS Homepage V2, the main homepage of the ENS protocol.
41
43
  - [`hairyf/overlastic`](https://github.com/hairyf/overlastic) - A universal overlays utils, support react, vue, vanilla, svelte.
44
+ - [`johannschopplich/unlazy`](https://github.com/johannschopplich/unlazy) - 🪧 Universal lazy loading library for placeholder images leveraging native browser APIs.
42
45
  - [`react-navigation/​react-navigation`](https://github.com/react-navigation/react-navigation) - Routing and navigation for your React Native apps.
43
46
  - [`RSSNext/​follow`](https://github.com/RSSNext/follow) - 🧡 Next generation information browser.
44
47
  - [`SukkaW/eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - ESLint configuration of Sukka.
@@ -48,6 +51,8 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
48
51
  - [`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.
49
52
  - [`TanStack/​store`](https://github.com/TanStack/store) - 🤖 Framework agnostic, type-safe store w/ reactive framework adapters.
50
53
 
54
+ _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._
55
+
51
56
  Find more projects using ESLint React on [GitHub](https://github.com/Rel1cx/eslint-react/network/dependents).
52
57
 
53
58
  ## Install
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ var R__namespace = /*#__PURE__*/_interopNamespace(R);
40
40
 
41
41
  // package.json
42
42
  var name = "@eslint-react/eslint-plugin";
43
- var version = "1.8.0";
43
+ var version = "1.8.1-next.1";
44
44
  function transformKeys(obj, transform) {
45
45
  if (tools.typeOf(obj) !== "object") return obj;
46
46
  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.8.0";
14
+ var version = "1.8.1-next.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.8.0",
3
+ "version": "1.8.1-next.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",
@@ -48,14 +48,14 @@
48
48
  "@typescript-eslint/types": "^8.0.0",
49
49
  "@typescript-eslint/utils": "^8.0.0",
50
50
  "remeda": "^2.6.0",
51
- "@eslint-react/shared": "1.8.0",
52
- "@eslint-react/tools": "1.8.0",
53
- "@eslint-react/types": "1.8.0",
54
- "eslint-plugin-react-debug": "1.8.0",
55
- "eslint-plugin-react-dom": "1.8.0",
56
- "eslint-plugin-react-hooks-extra": "1.8.0",
57
- "eslint-plugin-react-naming-convention": "1.8.0",
58
- "eslint-plugin-react-x": "1.8.0"
51
+ "@eslint-react/shared": "1.8.1-next.1",
52
+ "@eslint-react/tools": "1.8.1-next.1",
53
+ "eslint-plugin-react-debug": "1.8.1-next.1",
54
+ "eslint-plugin-react-dom": "1.8.1-next.1",
55
+ "eslint-plugin-react-naming-convention": "1.8.1-next.1",
56
+ "eslint-plugin-react-hooks-extra": "1.8.1-next.1",
57
+ "eslint-plugin-react-x": "1.8.1-next.1",
58
+ "@eslint-react/types": "1.8.1-next.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "tsup": "8.2.3"