diff options
| author | Shinigami <[email protected]> | 2022-03-01 19:10:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-01 19:10:52 +0100 |
| commit | ced5f3d11630914bf489bd4906b8c114a72d587b (patch) | |
| tree | d430e9fa0c70ce1571f8d8b8216b0766c63fa16d /scripts/verifyCommit.ts | |
| parent | 0afdf0309047a3e2da9f3c802930c026536766a9 (diff) | |
| download | faker-ced5f3d11630914bf489bd4906b8c114a72d587b.tar.xz faker-ced5f3d11630914bf489bd4906b8c114a72d587b.zip | |
chore(deps): add prettier-plugin-organize-imports (#552)
Diffstat (limited to 'scripts/verifyCommit.ts')
| -rw-r--r-- | scripts/verifyCommit.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/verifyCommit.ts b/scripts/verifyCommit.ts index 1b25235c..e2c4ae70 100644 --- a/scripts/verifyCommit.ts +++ b/scripts/verifyCommit.ts @@ -3,8 +3,8 @@ // Invoked on the commit-msg git hook by simple-git-hooks. -import colors from 'picocolors'; import { readFileSync } from 'fs'; +import colors from 'picocolors'; // get $1 from commit-msg script const msgPath = process.argv[2]; |
