File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import fs from 'node:fs';
2
2
import { builtinModules } from 'node:module' ;
3
3
import { Biome , Distribution } from '@biomejs/js-api' ;
4
4
import type { PartialConfiguration } from '@biomejs/wasm-nodejs' ;
5
- import * as v from 'vue/compiler-sfc' ;
6
5
import color from 'chalk' ;
7
6
import { type Node , walk } from 'estree-walker' ;
8
7
import { type TsConfigResult , createPathsMatcher , getTsconfig } from 'get-tsconfig' ;
@@ -12,6 +11,7 @@ import * as prettier from 'prettier';
12
11
import * as sv from 'svelte/compiler' ;
13
12
import { Project } from 'ts-morph' ;
14
13
import validatePackageName from 'validate-npm-package-name' ;
14
+ import * as v from 'vue/compiler-sfc' ;
15
15
import * as ascii from './ascii' ;
16
16
import { Err , Ok , type Result } from './blocks/types/result' ;
17
17
import * as lines from './blocks/utils/lines' ;
You can’t perform that action at this time.
0 commit comments