fix: prettier
This commit is contained in:
parent
e5fe998327
commit
215ab87809
3 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -198,5 +198,4 @@
|
|||
}
|
||||
|
||||
.autocomplete-info-tooltip::-webkit-scrollbar-thumb:hover {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue