Skip to content

Commit 84be629

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

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

+1-1
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.UsingInNormalContextDeclarator;
2323

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

0 commit comments

Comments
 (0)