Skip to content

Commit

Permalink
import type
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Nov 25, 2024
1 parent 827faef commit 10a09db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template-linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Server from './server';
import { Project } from './project';
import { getRequireSupport } from './utils/layout-helpers';
import { getFileRanges, RangeWalker } from './utils/glimmer-script';
import semver, { SemVer } from 'semver';
import semver, { type SemVer } from 'semver';

type FindUp = (name: string, opts: { cwd: string; type: string }) => Promise<string | undefined>;
type LinterVerifyArgs = { source: string; moduleId: string; filePath: string };
Expand Down

0 comments on commit 10a09db

Please sign in to comment.