Skip to content

Commit

Permalink
fix(prefer-const): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikededo committed Nov 29, 2024
1 parent 6681d55 commit 2052cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type VariableDeclaration =
type VariableDeclarator =
| TSESTree.LetOrConstOrVarDeclarator
| TSESTree.UsingInForOfDeclarator
| TSESTree.UsingInNomalConextDeclarator;
| TSESTree.UsingInNormalConextDeclarator;

const PATTERN_TYPE =
/^(?:.+?Pattern|RestElement|SpreadProperty|ExperimentalRestProperty|Property)$/u;
Expand Down

0 comments on commit 2052cf5

Please sign in to comment.