@eslint-react/eslint-plugin 1.15.3-beta.0 → 1.16.0-beta.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -21,7 +21,7 @@ var react__default = /*#__PURE__*/_interopDefault(react);
|
|
|
21
21
|
|
|
22
22
|
// package.json
|
|
23
23
|
var name = "@eslint-react/eslint-plugin";
|
|
24
|
-
var version = "1.
|
|
24
|
+
var version = "1.16.0-beta.0";
|
|
25
25
|
function transformKeys(obj, transform) {
|
|
26
26
|
if (tools.typeOf(obj) !== "object") return obj;
|
|
27
27
|
const res = {};
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import react from 'eslint-plugin-react-x';
|
|
|
10
10
|
|
|
11
11
|
// package.json
|
|
12
12
|
var name = "@eslint-react/eslint-plugin";
|
|
13
|
-
var version = "1.
|
|
13
|
+
var version = "1.16.0-beta.0";
|
|
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.
|
|
3
|
+
"version": "1.16.0-beta.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.12.1",
|
|
48
48
|
"@typescript-eslint/types": "^8.12.1",
|
|
49
49
|
"@typescript-eslint/utils": "^8.12.1",
|
|
50
|
-
"@eslint-react/shared": "1.
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"eslint-plugin-react-debug": "1.
|
|
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.16.0-beta.0",
|
|
51
|
+
"@eslint-react/types": "1.16.0-beta.0",
|
|
52
|
+
"@eslint-react/tools": "1.16.0-beta.0",
|
|
53
|
+
"eslint-plugin-react-debug": "1.16.0-beta.0",
|
|
54
|
+
"eslint-plugin-react-hooks-extra": "1.16.0-beta.0",
|
|
55
|
+
"eslint-plugin-react-dom": "1.16.0-beta.0",
|
|
56
|
+
"eslint-plugin-react-x": "1.16.0-beta.0",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.16.0-beta.0",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.16.0-beta.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.5"
|