We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7feb3ec + 44bd14d commit cd5198aCopy full SHA for cd5198a
src/modules/commitlint/pwd-commitlint.ts
@@ -4,7 +4,8 @@ import path from 'path';
4
const findModulePath = (moduleName: string) => {
5
const searchPaths = [
6
path.join('node_modules', moduleName),
7
- path.join('node_modules', '.pnpm')
+ path.join('node_modules', '.pnpm'),
8
+ path.resolve(__dirname, '../..')
9
];
10
11
for (const basePath of searchPaths) {
0 commit comments