Skip to content

Commit 2052cf5

Browse files
committed
fix(prefer-const): typo
1 parent 6681d55 commit 2052cf5

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-plugin-svelte/src/rules/prefer-const-helpers

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/src/rules/prefer-const-helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type VariableDeclaration =
1919
type VariableDeclarator =
2020
| TSESTree.LetOrConstOrVarDeclarator
2121
| TSESTree.UsingInForOfDeclarator
22-
| TSESTree.UsingInNomalConextDeclarator;
22+
| TSESTree.UsingInNormalConextDeclarator;
2323

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

0 commit comments

Comments
 (0)