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 dcf6f6f commit 1025f5bCopy full SHA for 1025f5b
packages/svelte/src/compiler/phases/1-parse/read/context.js
@@ -22,7 +22,7 @@ export default function read_context(parser) {
22
const code = full_char_code_at(parser.template, i);
23
if (isIdentifierStart(code, true)) {
24
const name = /** @type {string} */ (parser.read_identifier());
25
- // // eslint-disable-next-line lube/svelte-naming-convention
+ // eslint-disable-next-line lube/svelte-naming-convention
26
const typeAnnotation = read_type_annotation(parser);
27
28
return {
0 commit comments