fix: prettier

This commit is contained in:
Felix Roos 2025-08-21 09:41:21 +02:00
parent e5fe998327
commit 215ab87809
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -74,7 +74,7 @@ const hasExcludedTags = (doc) =>
const jsdocCompletions = jsdoc.docs
.filter((doc) => isValidDoc(doc) && !hasExcludedTags(doc))
// https://codemirror.net/docs/ref/#autocomplete.Completion
// https://codemirror.net/docs/ref/#autocomplete.Completion
.map((doc) => ({
label: getDocLabel(doc),
// detail: 'xxx', // An optional short piece of information to show (with a different style) after the label.

View file

@ -363,7 +363,7 @@ Sampler effects are functions that can be used to change the behaviour of sample
### scrub
<JsDoc client:idle name="Pattern.scrub" h={0} />
<JsDoc client:idle name="Pattern.scrub" h={0} />{' '}
### speed

View file

@ -198,5 +198,4 @@
}
.autocomplete-info-tooltip::-webkit-scrollbar-thumb:hover {
}