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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue