We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettier
1 parent fc5e0d6 commit 70e6746Copy full SHA for 70e6746
package.json
@@ -70,7 +70,7 @@
70
"husky": "8.0.3",
71
"jest": "29.7.0",
72
"lint-staged": "13.3.0",
73
- "prettier": "2.8.8",
+ "prettier": "3.1.1",
74
"typescript": "4.9.5"
75
},
76
"engines": {
src/index.ts
@@ -1,8 +1,8 @@
1
-import getDebug from 'debug';
2
-import type {ExecSyncOptions} from 'child_process';
3
import {execSync} from 'child_process';
4
-import postgres from 'postgres';
5
import {platform} from 'os';
+import getDebug from 'debug';
+import postgres from 'postgres';
+import type {ExecSyncOptions} from 'child_process';
6
7
const debug = getDebug('postgres-local');
8
const PD_TEMP_DATA_PATH = `/tmp/postgres-local`;
0 commit comments