@eslint-react/eslint-plugin 2.9.4 → 2.9.5-beta.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 +1 -1
- package/dist/index.js +5 -6
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
6
6
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
7
7
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
8
|
-
[](https://tsdown.dev)
|
|
9
9
|
|
|
10
10
|
4-7x faster, composable ESLint rules for React and friends.
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -6,9 +6,9 @@ import reactDom from "eslint-plugin-react-dom";
|
|
|
6
6
|
import reactRsc from "eslint-plugin-react-rsc";
|
|
7
7
|
import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
8
8
|
|
|
9
|
-
//#region
|
|
9
|
+
//#region \0rolldown/runtime.js
|
|
10
10
|
var __defProp = Object.defineProperty;
|
|
11
|
-
var __exportAll = (all,
|
|
11
|
+
var __exportAll = (all, no_symbols) => {
|
|
12
12
|
let target = {};
|
|
13
13
|
for (var name in all) {
|
|
14
14
|
__defProp(target, name, {
|
|
@@ -16,7 +16,7 @@ var __exportAll = (all, symbols) => {
|
|
|
16
16
|
enumerable: true
|
|
17
17
|
});
|
|
18
18
|
}
|
|
19
|
-
if (
|
|
19
|
+
if (!no_symbols) {
|
|
20
20
|
__defProp(target, Symbol.toStringTag, { value: "Module" });
|
|
21
21
|
}
|
|
22
22
|
return target;
|
|
@@ -25,7 +25,7 @@ var __exportAll = (all, symbols) => {
|
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region package.json
|
|
27
27
|
var name$19 = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "2.9.
|
|
28
|
+
var version = "2.9.5-beta.1";
|
|
29
29
|
|
|
30
30
|
//#endregion
|
|
31
31
|
//#region src/configs/dom.ts
|
|
@@ -566,7 +566,6 @@ const plugin = {
|
|
|
566
566
|
},
|
|
567
567
|
rules: { ...react.rules }
|
|
568
568
|
};
|
|
569
|
-
var src_default = plugin;
|
|
570
569
|
|
|
571
570
|
//#endregion
|
|
572
|
-
export {
|
|
571
|
+
export { plugin as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.5-beta.1",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.54.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.54.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.9.
|
|
49
|
-
"
|
|
50
|
-
"eslint-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-rsc": "2.9.
|
|
54
|
-
"eslint-plugin-react-web-api": "2.9.
|
|
55
|
-
"eslint-plugin-react-x": "2.9.
|
|
48
|
+
"@eslint-react/eff": "2.9.5-beta.1",
|
|
49
|
+
"eslint-plugin-react-naming-convention": "2.9.5-beta.1",
|
|
50
|
+
"@eslint-react/shared": "2.9.5-beta.1",
|
|
51
|
+
"eslint-plugin-react-dom": "2.9.5-beta.1",
|
|
52
|
+
"eslint-plugin-react-hooks-extra": "2.9.5-beta.1",
|
|
53
|
+
"eslint-plugin-react-rsc": "2.9.5-beta.1",
|
|
54
|
+
"eslint-plugin-react-web-api": "2.9.5-beta.1",
|
|
55
|
+
"eslint-plugin-react-x": "2.9.5-beta.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"tsdown": "^0.20.
|
|
58
|
+
"tsdown": "^0.20.3",
|
|
59
59
|
"@local/configs": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|