Skip to content

Commit b032bbd

Browse files
committed
lint
1 parent 796d949 commit b032bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/codemirror/autocompletionDataProvider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ const is_bindable = (node, context) => {
573573
);
574574
};
575575

576-
/**
576+
/**
577577
* @type {import("./types").Test}
578578
*/
579579
const is_props_id = (node) => {
@@ -582,7 +582,7 @@ const is_props_id = (node) => {
582582
if (node.parent?.parent?.parent?.name !== 'Program') return false;
583583
if (node.parent?.firstChild?.name !== 'Identifier') return false;
584584
return true;
585-
}
585+
};
586586

587587
export const runes = [
588588
{ snippet: '$state(${})', test: is_state },

0 commit comments

Comments
 (0)