@eslint-react/eslint-plugin 1.8.1-next.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 +0 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -42,7 +42,6 @@ A series of composable ESLint rules rewritten from scratch for libraries and fra
|
|
|
42
42
|
- [`ensdomains/ensdomains-landing`](https://github.com/ensdomains/ensdomains-landing) - ENS Homepage V2, the main homepage of the ENS protocol.
|
|
43
43
|
- [`hairyf/overlastic`](https://github.com/hairyf/overlastic) - A universal overlays utils, support react, vue, vanilla, svelte.
|
|
44
44
|
- [`johannschopplich/unlazy`](https://github.com/johannschopplich/unlazy) - 🪧 Universal lazy loading library for placeholder images leveraging native browser APIs.
|
|
45
|
-
- [`noveogroup-amorgunov/nukeapp`](https://github.com/noveogroup-amorgunov/nukeapp) - An open source frontend application built using the React ⚛️ and Feature-Sliced Design 🍰.
|
|
46
45
|
- [`react-navigation/react-navigation`](https://github.com/react-navigation/react-navigation) - Routing and navigation for your React Native apps.
|
|
47
46
|
- [`RSSNext/follow`](https://github.com/RSSNext/follow) - 🧡 Next generation information browser.
|
|
48
47
|
- [`SukkaW/eslint-config-sukka`](https://github.com/SukkaW/eslint-config-sukka) - ESLint configuration of Sukka.
|
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.1-next.
|
|
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.1-next.
|
|
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.1-next.
|
|
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.1-next.
|
|
52
|
-
"@eslint-react/tools": "1.8.1-next.
|
|
53
|
-
"
|
|
54
|
-
"eslint-plugin-react-dom": "1.8.1-next.
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-hooks-extra": "1.8.1-next.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-
|
|
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"
|