Skip to content

Commit 1025f5b

Browse files
authored
woops
1 parent dcf6f6f commit 1025f5b

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/1-parse/read

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/1-parse/read/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function read_context(parser) {
2222
const code = full_char_code_at(parser.template, i);
2323
if (isIdentifierStart(code, true)) {
2424
const name = /** @type {string} */ (parser.read_identifier());
25-
// // eslint-disable-next-line lube/svelte-naming-convention
25+
// eslint-disable-next-line lube/svelte-naming-convention
2626
const typeAnnotation = read_type_annotation(parser);
2727

2828
return {

0 commit comments

Comments
 (0)