@eslint-react/eslint-plugin 1.18.0 → 1.18.1-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/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -854,7 +854,6 @@ declare namespace recommendedConfig {
|
|
|
854
854
|
declare const name$1 = "@eslint-react/recommended-type-checked";
|
|
855
855
|
declare const rules$1: {
|
|
856
856
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
857
|
-
readonly "@eslint-react/prefer-read-only-props": "warn";
|
|
858
857
|
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
859
858
|
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
860
859
|
readonly "@eslint-react/jsx-uses-vars": "off";
|
package/dist/index.d.ts
CHANGED
|
@@ -854,7 +854,6 @@ declare namespace recommendedConfig {
|
|
|
854
854
|
declare const name$1 = "@eslint-react/recommended-type-checked";
|
|
855
855
|
declare const rules$1: {
|
|
856
856
|
readonly "@eslint-react/no-leaked-conditional-rendering": "warn";
|
|
857
|
-
readonly "@eslint-react/prefer-read-only-props": "warn";
|
|
858
857
|
readonly "@eslint-react/dom/no-unknown-property": "off";
|
|
859
858
|
readonly "@eslint-react/jsx-no-duplicate-props": "off";
|
|
860
859
|
readonly "@eslint-react/jsx-uses-vars": "off";
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __export = (target, all) => {
|
|
|
25
25
|
|
|
26
26
|
// package.json
|
|
27
27
|
var name = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "1.18.
|
|
28
|
+
var version = "1.18.1-beta.1";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -357,8 +357,8 @@ var settings6 = {
|
|
|
357
357
|
var name13 = "@eslint-react/recommended-type-checked";
|
|
358
358
|
var rules13 = {
|
|
359
359
|
...rules12,
|
|
360
|
-
"@eslint-react/no-leaked-conditional-rendering": "warn"
|
|
361
|
-
"@eslint-react/prefer-read-only-props": "warn"
|
|
360
|
+
"@eslint-react/no-leaked-conditional-rendering": "warn"
|
|
361
|
+
// "@eslint-react/prefer-read-only-props": "warn",
|
|
362
362
|
};
|
|
363
363
|
var plugins8 = {
|
|
364
364
|
...plugins7
|
package/dist/index.mjs
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 = "1.18.
|
|
17
|
+
var version = "1.18.1-beta.1";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -346,8 +346,8 @@ var settings6 = {
|
|
|
346
346
|
var name13 = "@eslint-react/recommended-type-checked";
|
|
347
347
|
var rules13 = {
|
|
348
348
|
...rules12,
|
|
349
|
-
"@eslint-react/no-leaked-conditional-rendering": "warn"
|
|
350
|
-
"@eslint-react/prefer-read-only-props": "warn"
|
|
349
|
+
"@eslint-react/no-leaked-conditional-rendering": "warn"
|
|
350
|
+
// "@eslint-react/prefer-read-only-props": "warn",
|
|
351
351
|
};
|
|
352
352
|
var plugins8 = {
|
|
353
353
|
...plugins7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1-beta.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",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@typescript-eslint/type-utils": "^8.17.0",
|
|
48
48
|
"@typescript-eslint/types": "^8.17.0",
|
|
49
49
|
"@typescript-eslint/utils": "^8.17.0",
|
|
50
|
-
"@eslint-react/shared": "1.18.
|
|
51
|
-
"@eslint-react/tools": "1.18.
|
|
52
|
-
"
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-hooks-extra": "1.18.
|
|
56
|
-
"eslint-plugin-react-naming-convention": "1.18.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
50
|
+
"@eslint-react/shared": "1.18.1-beta.1",
|
|
51
|
+
"@eslint-react/tools": "1.18.1-beta.1",
|
|
52
|
+
"eslint-plugin-react-debug": "1.18.1-beta.1",
|
|
53
|
+
"@eslint-react/types": "1.18.1-beta.1",
|
|
54
|
+
"eslint-plugin-react-dom": "1.18.1-beta.1",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.18.1-beta.1",
|
|
56
|
+
"eslint-plugin-react-naming-convention": "1.18.1-beta.1",
|
|
57
|
+
"eslint-plugin-react-x": "1.18.1-beta.1",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.18.1-beta.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.5"
|