Skip to content

Commit 7598ce7

Browse files
committed
lint
1 parent 5575a69 commit 7598ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/src/compiler/errors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const css = {
107107
`A :global {...} block cannot be part of a selector list with more than one item`,
108108
'invalid-css-global-block-modifier': () =>
109109
`A :global {...} block cannot modify an existing selector`,
110+
/** @param {string} name */
110111
'invalid-css-global-block-combinator': (name) =>
111112
`A :global {...} block cannot follow a ${name} combinator`,
112113
'invalid-css-global-block-declaration': () =>

0 commit comments

Comments
 (0)