Skip to content

Commit def12ae

Browse files
committed
fix(config-nx-scopes): include file extension in nx imports
1 parent a64b417 commit def12ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@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)