Skip to content

Commit

Permalink
chore(ui): npm run lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flawiddsouza committed Dec 23, 2024
1 parent f5c9ae0 commit b68c54d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/CodeMirrorSingleLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { envVarDecoration } from '@/utils/codemirror-extensions'
import { tags } from '@/codemirror-extensions/tags'
import { json } from '@codemirror/lang-json'
import { codeMirrorSyntaxHighlighting, getEditorConfig, getSpaces } from '@/helpers'
import { syntaxHighlighting } from '@codemirror/language'
import { indentOnInput, indentUnit, bracketMatching, syntaxHighlighting } from '@codemirror/language'
import type { ParsedResult } from '@/parsers/tag'
Expand Down

0 comments on commit b68c54d

Please sign in to comment.