Skip to content

Commit

Permalink
chore: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tscpp committed Jun 27, 2024
1 parent 7d7ce00 commit b0cc6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/language-service/src/features/completion.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { LanguageServiceWorker } from "../private.js";
import { toPosition, type ProtocolPosition } from "../utils/position.js";
import { Position } from "@knuckles/location";
import { type Position } from "@knuckles/location";
import { Element } from "@knuckles/syntax-tree";
import { ts } from "ts-morph";

Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createDebounceAsync } from "./utils/debounce.js";
import { LogLevel, Logger } from "@eliassko/logger";
import {
LanguageService,
LanguageServiceOptions,
type LanguageServiceOptions,
} from "@knuckles/language-service";
import { join } from "node:path";
import * as vscode from "vscode";
Expand Down

0 comments on commit b0cc6af

Please sign in to comment.