@eslint-react/eslint-plugin 1.37.4-beta.0 → 1.38.0-beta.3
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -9
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
|
|
2
|
-
import * as
|
|
3
|
-
import { RulePreset } from '@eslint-react/
|
|
2
|
+
import * as _eslint_react_kit from '@eslint-react/kit';
|
|
3
|
+
import { RulePreset } from '@eslint-react/kit';
|
|
4
4
|
|
|
5
5
|
declare const name$b = "@eslint-react/all";
|
|
6
6
|
declare const rules$b: {
|
|
@@ -1072,11 +1072,11 @@ declare const plugins$4: {
|
|
|
1072
1072
|
};
|
|
1073
1073
|
};
|
|
1074
1074
|
name: string;
|
|
1075
|
-
rules:
|
|
1075
|
+
rules: _eslint_react_kit.RulePreset;
|
|
1076
1076
|
};
|
|
1077
1077
|
"all-legacy": {
|
|
1078
1078
|
plugins: string[];
|
|
1079
|
-
rules:
|
|
1079
|
+
rules: _eslint_react_kit.RulePreset;
|
|
1080
1080
|
};
|
|
1081
1081
|
};
|
|
1082
1082
|
meta: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _typescript_eslint_utils_ts_eslint from '@typescript-eslint/utils/ts-eslint';
|
|
2
|
-
import * as
|
|
3
|
-
import { RulePreset } from '@eslint-react/
|
|
2
|
+
import * as _eslint_react_kit from '@eslint-react/kit';
|
|
3
|
+
import { RulePreset } from '@eslint-react/kit';
|
|
4
4
|
|
|
5
5
|
declare const name$b = "@eslint-react/all";
|
|
6
6
|
declare const rules$b: {
|
|
@@ -1072,11 +1072,11 @@ declare const plugins$4: {
|
|
|
1072
1072
|
};
|
|
1073
1073
|
};
|
|
1074
1074
|
name: string;
|
|
1075
|
-
rules:
|
|
1075
|
+
rules: _eslint_react_kit.RulePreset;
|
|
1076
1076
|
};
|
|
1077
1077
|
"all-legacy": {
|
|
1078
1078
|
plugins: string[];
|
|
1079
|
-
rules:
|
|
1079
|
+
rules: _eslint_react_kit.RulePreset;
|
|
1080
1080
|
};
|
|
1081
1081
|
};
|
|
1082
1082
|
meta: {
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.0-beta.3",
|
|
4
4
|
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,14 +50,15 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.27.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.27.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.27.0",
|
|
53
|
-
"@eslint-react/eff": "1.
|
|
54
|
-
"@eslint-react/shared": "1.
|
|
55
|
-
"eslint-
|
|
56
|
-
"eslint-plugin-react-dom": "1.
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"eslint-plugin-react-
|
|
53
|
+
"@eslint-react/eff": "1.38.0-beta.3",
|
|
54
|
+
"@eslint-react/shared": "1.38.0-beta.3",
|
|
55
|
+
"@eslint-react/kit": "1.38.0-beta.3",
|
|
56
|
+
"eslint-plugin-react-dom": "1.38.0-beta.3",
|
|
57
|
+
"eslint-plugin-react-debug": "1.38.0-beta.3",
|
|
58
|
+
"eslint-plugin-react-hooks-extra": "1.38.0-beta.3",
|
|
59
|
+
"eslint-plugin-react-naming-convention": "1.38.0-beta.3",
|
|
60
|
+
"eslint-plugin-react-x": "1.38.0-beta.3",
|
|
61
|
+
"eslint-plugin-react-web-api": "1.38.0-beta.3"
|
|
61
62
|
},
|
|
62
63
|
"devDependencies": {
|
|
63
64
|
"tsup": "^8.4.0",
|