@eslint-react/eslint-plugin 1.9.2-next.5 → 1.9.2-next.6
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 +13 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -204,6 +204,19 @@ Thank you to everyone contributing to ESLint React!
|
|
|
204
204
|
|
|
205
205
|
<!-- Made with [OSS Insight](https://ossinsight.io/) -->
|
|
206
206
|
|
|
207
|
+
### All Contributors
|
|
208
|
+
|
|
209
|
+
<!-- Copy-paste in your Readme.md file -->
|
|
210
|
+
|
|
211
|
+
<a href="https://next.ossinsight.io/widgets/official/compose-contributors?repo_id=680315614&limit=50" target="_blank" style="display: block" align="center">
|
|
212
|
+
<picture>
|
|
213
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-contributors/thumbnail.png?repo_id=680315614&limit=50&image_size=auto&color_scheme=dark" width="655" height="auto">
|
|
214
|
+
<img alt="Contributors of Rel1cx/eslint-react" src="https://next.ossinsight.io/widgets/official/compose-contributors/thumbnail.png?repo_id=680315614&limit=50&image_size=auto&color_scheme=light" width="655" height="auto">
|
|
215
|
+
</picture>
|
|
216
|
+
</a>
|
|
217
|
+
|
|
218
|
+
<!-- Made with [OSS Insight](https://ossinsight.io/) -->
|
|
219
|
+
|
|
207
220
|
## License
|
|
208
221
|
|
|
209
222
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
package/dist/index.d.mts
CHANGED
|
@@ -847,6 +847,7 @@ declare const _default: {
|
|
|
847
847
|
readonly rules: {
|
|
848
848
|
readonly "debug/class-component": _typescript_eslint_utils_ts_eslint.RuleModule<"classComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
849
849
|
readonly "debug/function-component": _typescript_eslint_utils_ts_eslint.RuleModule<"functionComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
850
|
+
readonly "debug/is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
850
851
|
readonly "debug/react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"reactHooks", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
851
852
|
readonly "naming-convention/component-name": _typescript_eslint_utils_ts_eslint.RuleModule<"componentName", readonly [{
|
|
852
853
|
excepts?: readonly string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -847,6 +847,7 @@ declare const _default: {
|
|
|
847
847
|
readonly rules: {
|
|
848
848
|
readonly "debug/class-component": _typescript_eslint_utils_ts_eslint.RuleModule<"classComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
849
849
|
readonly "debug/function-component": _typescript_eslint_utils_ts_eslint.RuleModule<"functionComponent", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
850
|
+
readonly "debug/is-from-react": _typescript_eslint_utils_ts_eslint.RuleModule<"isFromReact", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
850
851
|
readonly "debug/react-hooks": _typescript_eslint_utils_ts_eslint.RuleModule<"reactHooks", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
851
852
|
readonly "naming-convention/component-name": _typescript_eslint_utils_ts_eslint.RuleModule<"componentName", readonly [{
|
|
852
853
|
excepts?: readonly string[];
|
package/dist/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var react__namespace = /*#__PURE__*/_interopNamespace(react);
|
|
|
36
36
|
|
|
37
37
|
// package.json
|
|
38
38
|
var name = "@eslint-react/eslint-plugin";
|
|
39
|
-
var version = "1.9.2-next.
|
|
39
|
+
var version = "1.9.2-next.6";
|
|
40
40
|
function transformKeys(obj, transform) {
|
|
41
41
|
if (tools.typeOf(obj) !== "object") return obj;
|
|
42
42
|
const res = {};
|
package/dist/index.mjs
CHANGED
|
@@ -10,7 +10,7 @@ import * as react from 'eslint-plugin-react-x';
|
|
|
10
10
|
|
|
11
11
|
// package.json
|
|
12
12
|
var name = "@eslint-react/eslint-plugin";
|
|
13
|
-
var version = "1.9.2-next.
|
|
13
|
+
var version = "1.9.2-next.6";
|
|
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.9.2-next.
|
|
3
|
+
"version": "1.9.2-next.6",
|
|
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,14 +47,14 @@
|
|
|
47
47
|
"@typescript-eslint/type-utils": "^8.0.1",
|
|
48
48
|
"@typescript-eslint/types": "^8.0.1",
|
|
49
49
|
"@typescript-eslint/utils": "^8.0.1",
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"eslint-
|
|
53
|
-
"
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-naming-convention": "1.9.2-next.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-x": "1.9.2-next.
|
|
50
|
+
"@eslint-react/tools": "1.9.2-next.6",
|
|
51
|
+
"@eslint-react/shared": "1.9.2-next.6",
|
|
52
|
+
"@eslint-react/types": "1.9.2-next.6",
|
|
53
|
+
"eslint-plugin-react-debug": "1.9.2-next.6",
|
|
54
|
+
"eslint-plugin-react-dom": "1.9.2-next.6",
|
|
55
|
+
"eslint-plugin-react-naming-convention": "1.9.2-next.6",
|
|
56
|
+
"eslint-plugin-react-hooks-extra": "1.9.2-next.6",
|
|
57
|
+
"eslint-plugin-react-x": "1.9.2-next.6"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"tsup": "^8.2.4"
|