@eslint-react/eslint-plugin 2.0.0-beta.33 → 2.0.0-beta.35
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.d.ts +1 -0
- package/dist/index.js +3 -2
- package/package.json +14 -14
package/dist/index.d.ts
CHANGED
|
@@ -1621,6 +1621,7 @@ declare namespace recommendedConfig {
|
|
|
1621
1621
|
declare const name$2 = "@eslint-react/recommended-type-checked";
|
|
1622
1622
|
declare const rules$2: {
|
|
1623
1623
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
1624
|
+
readonly "@eslint-react/no-unused-props": "warn";
|
|
1624
1625
|
readonly "@eslint-react/dom/no-string-style-prop": "off";
|
|
1625
1626
|
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
1626
1627
|
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __export = (target, all) => {
|
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
16
|
var name = "@eslint-react/eslint-plugin";
|
|
17
|
-
var version = "2.0.0-beta.
|
|
17
|
+
var version = "2.0.0-beta.35";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -446,7 +446,8 @@ var settings6 = {
|
|
|
446
446
|
var name14 = "@eslint-react/recommended-type-checked";
|
|
447
447
|
var rules14 = {
|
|
448
448
|
...rules13,
|
|
449
|
-
"@eslint-react/no-leaked-conditional-rendering": "warn"
|
|
449
|
+
"@eslint-react/no-leaked-conditional-rendering": "warn",
|
|
450
|
+
"@eslint-react/no-unused-props": "warn"
|
|
450
451
|
// "@eslint-react/prefer-read-only-props": "warn",
|
|
451
452
|
};
|
|
452
453
|
var plugins8 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.35",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"./package.json"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
41
|
-
"@typescript-eslint/type-utils": "^8.
|
|
42
|
-
"@typescript-eslint/types": "^8.
|
|
43
|
-
"@typescript-eslint/utils": "^8.
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/shared": "2.0.0-beta.
|
|
46
|
-
"eslint-plugin-react-debug": "2.0.0-beta.
|
|
47
|
-
"eslint-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"
|
|
40
|
+
"@typescript-eslint/scope-manager": "^8.40.0",
|
|
41
|
+
"@typescript-eslint/type-utils": "^8.40.0",
|
|
42
|
+
"@typescript-eslint/types": "^8.40.0",
|
|
43
|
+
"@typescript-eslint/utils": "^8.40.0",
|
|
44
|
+
"@eslint-react/kit": "2.0.0-beta.35",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-beta.35",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-beta.35",
|
|
47
|
+
"@eslint-react/eff": "2.0.0-beta.35",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-beta.35",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-beta.35",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-beta.35",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-beta.35",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-beta.35"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsup": "^8.5.0",
|