Chris Kay | eedaed3 | 2024-03-07 16:07:03 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2024, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | |||||
7 | /* | ||||
8 | * A workaround for: | ||||
9 | * | ||||
10 | * https://github.com/conventional-changelog/commitlint/issues/3949 | ||||
11 | */ | ||||
12 | |||||
13 | exports.prompter = async (inquirerIns, commit) => { | ||||
14 | ; (await import('@commitlint/cz-commitlint')).prompter(inquirerIns, commit) | ||||
15 | } |