This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ export type LogicalAssignmentOperatorsOptions =
23
23
LogicalAssignmentOperatorsOption ;
24
24
25
25
/**
26
- * Require or disallow logical assignment logical operator shorthand.
26
+ * Require or disallow logical assignment operator shorthand.
27
27
*
28
28
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
29
29
*/
30
30
export type LogicalAssignmentOperatorsRuleConfig =
31
31
RuleConfig < LogicalAssignmentOperatorsOptions > ;
32
32
33
33
/**
34
- * Require or disallow logical assignment logical operator shorthand.
34
+ * Require or disallow logical assignment operator shorthand.
35
35
*
36
36
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
37
37
*/
38
38
export interface LogicalAssignmentOperatorsRule {
39
39
/**
40
- * Require or disallow logical assignment logical operator shorthand.
40
+ * Require or disallow logical assignment operator shorthand.
41
41
*
42
42
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
43
43
*/
You can’t perform that action at this time.
0 commit comments