Skip to content

Commit

Permalink
Fix missing comma for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
davc0n committed Sep 9, 2024
1 parent 8efc366 commit 4fe20ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ValueEditor/ValueEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const editorOptions: editor.IStandaloneEditorConstructionOptions = {
hover: {enabled: false},
lightbulb: {
// @ts-expect-error: lightbulb enabled type is wrong
enabled: false
enabled: false,
},
}

Expand Down

0 comments on commit 4fe20ad

Please sign in to comment.