Skip to content

Commit 70e6746

Browse files
committed
feat: Updated prettier
1 parent fc5e0d6 commit 70e6746

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"husky": "8.0.3",
7171
"jest": "29.7.0",
7272
"lint-staged": "13.3.0",
73-
"prettier": "2.8.8",
73+
"prettier": "3.1.1",
7474
"typescript": "4.9.5"
7575
},
7676
"engines": {

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import getDebug from 'debug';
2-
import type {ExecSyncOptions} from 'child_process';
31
import {execSync} from 'child_process';
4-
import postgres from 'postgres';
52
import {platform} from 'os';
3+
import getDebug from 'debug';
4+
import postgres from 'postgres';
5+
import type {ExecSyncOptions} from 'child_process';
66

77
const debug = getDebug('postgres-local');
88
const PD_TEMP_DATA_PATH = `/tmp/postgres-local`;

0 commit comments

Comments
 (0)