We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6681d55 commit 2052cf5Copy full SHA for 2052cf5
packages/eslint-plugin-svelte/src/rules/prefer-const-helpers/index.ts
@@ -19,7 +19,7 @@ type VariableDeclaration =
19
type VariableDeclarator =
20
| TSESTree.LetOrConstOrVarDeclarator
21
| TSESTree.UsingInForOfDeclarator
22
- | TSESTree.UsingInNomalConextDeclarator;
+ | TSESTree.UsingInNormalConextDeclarator;
23
24
const PATTERN_TYPE =
25
/^(?:.+?Pattern|RestElement|SpreadProperty|ExperimentalRestProperty|Property)$/u;
0 commit comments