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.