[ci] format
This commit is contained in:
parent
812658ad2a
commit
0722ae0251
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import path from 'path';
|
||||
import { pathToFileURL } from 'url';
|
||||
import * as unified from 'unified';
|
||||
import { resolve as importMetaResolve } from 'import-meta-resolve';
|
||||
import path from 'path';
|
||||
import * as unified from 'unified';
|
||||
import { pathToFileURL } from 'url';
|
||||
|
||||
const cwdUrlStr = pathToFileURL(path.join(process.cwd(), 'package.json')).toString();
|
||||
|
||||
|
|
Loading…
Reference in a new issue