Skip to content

Commit 583250b

Browse files
authored
fix(config-nx-scopes): include file extension in nx imports (#3979)
1 parent d74af87 commit 583250b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: @commitlint/config-nx-scopes/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {RuleConfigSeverity} from '@commitlint/types';
2-
import {getProjects as getNXProjects} from 'nx/src/generators/utils/project-configuration';
3-
import {FsTree} from 'nx/src/generators/tree';
2+
import {getProjects as getNXProjects} from 'nx/src/generators/utils/project-configuration.js';
3+
import {FsTree} from 'nx/src/generators/tree.js';
44

55
export default {
66
utils: {getProjects},

0 commit comments

Comments
 (0)