Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 6caa092

Browse files
committed
Update eslint rules
1 parent 5082a02 commit 6caa092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rules/eslint/logical-assignment-operators.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ export type LogicalAssignmentOperatorsOptions =
2323
LogicalAssignmentOperatorsOption;
2424

2525
/**
26-
* Require or disallow logical assignment logical operator shorthand.
26+
* Require or disallow logical assignment operator shorthand.
2727
*
2828
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
2929
*/
3030
export type LogicalAssignmentOperatorsRuleConfig =
3131
RuleConfig<LogicalAssignmentOperatorsOptions>;
3232

3333
/**
34-
* Require or disallow logical assignment logical operator shorthand.
34+
* Require or disallow logical assignment operator shorthand.
3535
*
3636
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
3737
*/
3838
export interface LogicalAssignmentOperatorsRule {
3939
/**
40-
* Require or disallow logical assignment logical operator shorthand.
40+
* Require or disallow logical assignment operator shorthand.
4141
*
4242
* @see [logical-assignment-operators](https://eslint.org/docs/rules/logical-assignment-operators)
4343
*/

0 commit comments

Comments
 (0)