@eslint-react/eslint-plugin 1.26.3-next.7 → 1.26.3-next.9
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 +23 -23
- package/dist/index.d.ts +23 -23
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.d.mts
CHANGED
|
@@ -121,7 +121,7 @@ declare const plugins$6: {
|
|
|
121
121
|
excepts?: readonly string[];
|
|
122
122
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
123
123
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
124
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
124
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
125
125
|
excepts?: readonly string[];
|
|
126
126
|
extensions?: readonly string[];
|
|
127
127
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -201,7 +201,7 @@ declare const plugins$6: {
|
|
|
201
201
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
202
202
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
203
203
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
204
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
204
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
205
205
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
206
206
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
207
207
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -212,12 +212,12 @@ declare const plugins$6: {
|
|
|
212
212
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
213
213
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
214
214
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
215
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
215
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
216
216
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
217
217
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
218
218
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
219
219
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
220
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
220
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
221
221
|
allowExpressions: boolean;
|
|
222
222
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
223
223
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -338,7 +338,7 @@ declare const plugins$5: {
|
|
|
338
338
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
339
339
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
340
340
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
341
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
341
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
342
342
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
343
343
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
344
344
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -349,12 +349,12 @@ declare const plugins$5: {
|
|
|
349
349
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
350
350
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
351
351
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
352
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
352
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
353
353
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
354
354
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
355
355
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
356
356
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
357
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
357
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
358
358
|
allowExpressions: boolean;
|
|
359
359
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
360
360
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -632,7 +632,7 @@ declare const plugins$2: {
|
|
|
632
632
|
excepts?: readonly string[];
|
|
633
633
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
634
634
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
635
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
635
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
636
636
|
excepts?: readonly string[];
|
|
637
637
|
extensions?: readonly string[];
|
|
638
638
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -712,7 +712,7 @@ declare const plugins$2: {
|
|
|
712
712
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
713
713
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
714
714
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
715
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
715
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
716
716
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
717
717
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
718
718
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -723,12 +723,12 @@ declare const plugins$2: {
|
|
|
723
723
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
724
724
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
725
725
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
726
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
726
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
727
727
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
728
728
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
729
729
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
730
730
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
731
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
731
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
732
732
|
allowExpressions: boolean;
|
|
733
733
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
734
734
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -879,7 +879,7 @@ declare const plugins$1: {
|
|
|
879
879
|
excepts?: readonly string[];
|
|
880
880
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
881
881
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
882
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
882
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
883
883
|
excepts?: readonly string[];
|
|
884
884
|
extensions?: readonly string[];
|
|
885
885
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -959,7 +959,7 @@ declare const plugins$1: {
|
|
|
959
959
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
960
960
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
961
961
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
962
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
962
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
963
963
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
964
964
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
965
965
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -970,12 +970,12 @@ declare const plugins$1: {
|
|
|
970
970
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
971
971
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
972
972
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
973
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
973
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
974
974
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
975
975
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
976
976
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
977
977
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
978
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
978
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
979
979
|
allowExpressions: boolean;
|
|
980
980
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
981
981
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1125,7 +1125,7 @@ declare const plugins: {
|
|
|
1125
1125
|
excepts?: readonly string[];
|
|
1126
1126
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
1127
1127
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1128
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1128
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
1129
1129
|
excepts?: readonly string[];
|
|
1130
1130
|
extensions?: readonly string[];
|
|
1131
1131
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -1205,7 +1205,7 @@ declare const plugins: {
|
|
|
1205
1205
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1206
1206
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1207
1207
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1208
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1208
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1209
1209
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1210
1210
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1211
1211
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1216,12 +1216,12 @@ declare const plugins: {
|
|
|
1216
1216
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1217
1217
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1218
1218
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1219
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1219
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1220
1220
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1221
1221
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1222
1222
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1223
1223
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1224
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1224
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
1225
1225
|
allowExpressions: boolean;
|
|
1226
1226
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1227
1227
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1344,7 +1344,7 @@ declare const _default: {
|
|
|
1344
1344
|
excepts?: readonly string[];
|
|
1345
1345
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
1346
1346
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1347
|
-
readonly "naming-convention/filename": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1347
|
+
readonly "naming-convention/filename": _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly ["PascalCase" | "camelCase" | "kebab-case" | "snake_case" | {
|
|
1348
1348
|
excepts?: readonly string[];
|
|
1349
1349
|
extensions?: readonly string[];
|
|
1350
1350
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -1410,7 +1410,7 @@ declare const _default: {
|
|
|
1410
1410
|
readonly "no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1411
1411
|
readonly "no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1412
1412
|
readonly "no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1413
|
-
readonly "no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1413
|
+
readonly "no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1414
1414
|
readonly "no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1415
1415
|
readonly "no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1416
1416
|
readonly "no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1421,12 +1421,12 @@ declare const _default: {
|
|
|
1421
1421
|
readonly "no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1422
1422
|
readonly "no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1423
1423
|
readonly "no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1424
|
-
readonly "no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1424
|
+
readonly "no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1425
1425
|
readonly "no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1426
1426
|
readonly "no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1427
1427
|
readonly "no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1428
1428
|
readonly "no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1429
|
-
readonly "no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1429
|
+
readonly "no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
1430
1430
|
allowExpressions: boolean;
|
|
1431
1431
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1432
1432
|
readonly "prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
package/dist/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ declare const plugins$6: {
|
|
|
121
121
|
excepts?: readonly string[];
|
|
122
122
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
123
123
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
124
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
124
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
125
125
|
excepts?: readonly string[];
|
|
126
126
|
extensions?: readonly string[];
|
|
127
127
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -201,7 +201,7 @@ declare const plugins$6: {
|
|
|
201
201
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
202
202
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
203
203
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
204
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
204
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
205
205
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
206
206
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
207
207
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -212,12 +212,12 @@ declare const plugins$6: {
|
|
|
212
212
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
213
213
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
214
214
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
215
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
215
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
216
216
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
217
217
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
218
218
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
219
219
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
220
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
220
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
221
221
|
allowExpressions: boolean;
|
|
222
222
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
223
223
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -338,7 +338,7 @@ declare const plugins$5: {
|
|
|
338
338
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
339
339
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
340
340
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
341
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
341
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
342
342
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
343
343
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
344
344
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -349,12 +349,12 @@ declare const plugins$5: {
|
|
|
349
349
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
350
350
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
351
351
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
352
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
352
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
353
353
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
354
354
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
355
355
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
356
356
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
357
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
357
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
358
358
|
allowExpressions: boolean;
|
|
359
359
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
360
360
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -632,7 +632,7 @@ declare const plugins$2: {
|
|
|
632
632
|
excepts?: readonly string[];
|
|
633
633
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
634
634
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
635
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
635
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
636
636
|
excepts?: readonly string[];
|
|
637
637
|
extensions?: readonly string[];
|
|
638
638
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -712,7 +712,7 @@ declare const plugins$2: {
|
|
|
712
712
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
713
713
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
714
714
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
715
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
715
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
716
716
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
717
717
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
718
718
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -723,12 +723,12 @@ declare const plugins$2: {
|
|
|
723
723
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
724
724
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
725
725
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
726
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
726
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
727
727
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
728
728
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
729
729
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
730
730
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
731
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
731
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
732
732
|
allowExpressions: boolean;
|
|
733
733
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
734
734
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -879,7 +879,7 @@ declare const plugins$1: {
|
|
|
879
879
|
excepts?: readonly string[];
|
|
880
880
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
881
881
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
882
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
882
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
883
883
|
excepts?: readonly string[];
|
|
884
884
|
extensions?: readonly string[];
|
|
885
885
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -959,7 +959,7 @@ declare const plugins$1: {
|
|
|
959
959
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
960
960
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
961
961
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
962
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
962
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
963
963
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
964
964
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
965
965
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -970,12 +970,12 @@ declare const plugins$1: {
|
|
|
970
970
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
971
971
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
972
972
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
973
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
973
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
974
974
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
975
975
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
976
976
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
977
977
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
978
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
978
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
979
979
|
allowExpressions: boolean;
|
|
980
980
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
981
981
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1125,7 +1125,7 @@ declare const plugins: {
|
|
|
1125
1125
|
excepts?: readonly string[];
|
|
1126
1126
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
1127
1127
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1128
|
-
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1128
|
+
readonly filename: _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly [("PascalCase" | "camelCase" | "kebab-case" | "snake_case") | {
|
|
1129
1129
|
excepts?: readonly string[];
|
|
1130
1130
|
extensions?: readonly string[];
|
|
1131
1131
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -1205,7 +1205,7 @@ declare const plugins: {
|
|
|
1205
1205
|
"no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1206
1206
|
"no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1207
1207
|
"no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1208
|
-
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1208
|
+
"no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1209
1209
|
"no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1210
1210
|
"no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1211
1211
|
"no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1216,12 +1216,12 @@ declare const plugins: {
|
|
|
1216
1216
|
"no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1217
1217
|
"no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1218
1218
|
"no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1219
|
-
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1219
|
+
"no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1220
1220
|
"no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1221
1221
|
"no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1222
1222
|
"no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1223
1223
|
"no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1224
|
-
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1224
|
+
"no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
1225
1225
|
allowExpressions: boolean;
|
|
1226
1226
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1227
1227
|
"prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1344,7 +1344,7 @@ declare const _default: {
|
|
|
1344
1344
|
excepts?: readonly string[];
|
|
1345
1345
|
rule?: "CONSTANT_CASE" | "PascalCase";
|
|
1346
1346
|
} | undefined], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1347
|
-
readonly "naming-convention/filename": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1347
|
+
readonly "naming-convention/filename": _typescript_eslint_utils_ts_eslint.RuleModule<"filenameCaseMismatch" | "filenameEmpty", readonly ["PascalCase" | "camelCase" | "kebab-case" | "snake_case" | {
|
|
1348
1348
|
excepts?: readonly string[];
|
|
1349
1349
|
extensions?: readonly string[];
|
|
1350
1350
|
rule?: "PascalCase" | "camelCase" | "kebab-case" | "snake_case";
|
|
@@ -1410,7 +1410,7 @@ declare const _default: {
|
|
|
1410
1410
|
readonly "no-implicit-key": _typescript_eslint_utils_ts_eslint.RuleModule<"noImplicitKey", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1411
1411
|
readonly "no-leaked-conditional-rendering": _typescript_eslint_utils_ts_eslint.RuleModule<"noLeakedConditionalRendering", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1412
1412
|
readonly "no-missing-component-display-name": _typescript_eslint_utils_ts_eslint.RuleModule<"noMissingComponentDisplayName", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1413
|
-
readonly "no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1413
|
+
readonly "no-missing-key": _typescript_eslint_utils_ts_eslint.RuleModule<"missingKey" | "unexpectedFragmentSyntax", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1414
1414
|
readonly "no-nested-components": _typescript_eslint_utils_ts_eslint.RuleModule<"nestedComponent" | "nestedComponentInProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1415
1415
|
readonly "no-prop-types": _typescript_eslint_utils_ts_eslint.RuleModule<"noPropTypes", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1416
1416
|
readonly "no-redundant-should-component-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noRedundantShouldComponentUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
@@ -1421,12 +1421,12 @@ declare const _default: {
|
|
|
1421
1421
|
readonly "no-unsafe-component-will-mount": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillMount", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1422
1422
|
readonly "no-unsafe-component-will-receive-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillReceiveProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1423
1423
|
readonly "no-unsafe-component-will-update": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnsafeComponentWillUpdate", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1424
|
-
readonly "no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1424
|
+
readonly "no-unstable-context-value": _typescript_eslint_utils_ts_eslint.RuleModule<"unstableContextValue", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1425
1425
|
readonly "no-unstable-default-props": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnstableDefaultProps", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1426
1426
|
readonly "no-unused-class-component-members": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedClassComponentMembers", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1427
1427
|
readonly "no-unused-state": _typescript_eslint_utils_ts_eslint.RuleModule<"noUnusedState", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1428
1428
|
readonly "no-use-context": _typescript_eslint_utils_ts_eslint.RuleModule<"noUseContext", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1429
|
-
readonly "no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"
|
|
1429
|
+
readonly "no-useless-fragment": _typescript_eslint_utils_ts_eslint.RuleModule<"uselessFragment", [{
|
|
1430
1430
|
allowExpressions: boolean;
|
|
1431
1431
|
}], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
|
1432
1432
|
readonly "prefer-destructuring-assignment": _typescript_eslint_utils_ts_eslint.RuleModule<"preferDestructuringAssignment", [], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
|
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.26.3-next.
|
|
3
|
+
"version": "1.26.3-next.9",
|
|
4
4
|
"description": "More than 80 high-quality linting rules for writing better React code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@typescript-eslint/type-utils": "^8.23.0",
|
|
51
51
|
"@typescript-eslint/types": "^8.23.0",
|
|
52
52
|
"@typescript-eslint/utils": "^8.23.0",
|
|
53
|
-
"@eslint-react/eff": "1.26.3-next.
|
|
54
|
-
"@eslint-react/shared": "1.26.3-next.
|
|
55
|
-
"eslint-plugin-react-debug": "1.26.3-next.
|
|
56
|
-
"eslint-plugin-react-dom": "1.26.3-next.
|
|
57
|
-
"eslint-plugin-react-naming-convention": "1.26.3-next.
|
|
58
|
-
"eslint-plugin-react-web-api": "1.26.3-next.
|
|
59
|
-
"eslint-plugin-react-hooks-extra": "1.26.3-next.
|
|
60
|
-
"eslint-plugin-react-x": "1.26.3-next.
|
|
53
|
+
"@eslint-react/eff": "1.26.3-next.9",
|
|
54
|
+
"@eslint-react/shared": "1.26.3-next.9",
|
|
55
|
+
"eslint-plugin-react-debug": "1.26.3-next.9",
|
|
56
|
+
"eslint-plugin-react-dom": "1.26.3-next.9",
|
|
57
|
+
"eslint-plugin-react-naming-convention": "1.26.3-next.9",
|
|
58
|
+
"eslint-plugin-react-web-api": "1.26.3-next.9",
|
|
59
|
+
"eslint-plugin-react-hooks-extra": "1.26.3-next.9",
|
|
60
|
+
"eslint-plugin-react-x": "1.26.3-next.9"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.3.6",
|