Switch to vercel's biome setup (#543)
This commit is contained in:
parent
b8643353c0
commit
43aa1c6e58
52 changed files with 414 additions and 201 deletions
|
|
@ -24,7 +24,7 @@ export const buildContentFromDocument = (document: Node) => {
|
|||
|
||||
export const createDecorations = (
|
||||
suggestions: Array<UISuggestion>,
|
||||
view: EditorView
|
||||
view: EditorView,
|
||||
) => {
|
||||
const decorations: Array<Decoration> = [];
|
||||
|
||||
|
|
@ -39,8 +39,8 @@ export const createDecorations = (
|
|||
{
|
||||
suggestionId: suggestion.id,
|
||||
type: 'highlight',
|
||||
}
|
||||
)
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
decorations.push(
|
||||
|
|
@ -53,8 +53,8 @@ export const createDecorations = (
|
|||
{
|
||||
suggestionId: suggestion.id,
|
||||
type: 'widget',
|
||||
}
|
||||
)
|
||||
},
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue