Skip to content

Commit

Permalink
fix(config-nx-scopes): include file extension in nx imports (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Mar 16, 2024
1 parent d74af87 commit 583250b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/config-nx-scopes/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {RuleConfigSeverity} from '@commitlint/types';
import {getProjects as getNXProjects} from 'nx/src/generators/utils/project-configuration';
import {FsTree} from 'nx/src/generators/tree';
import {getProjects as getNXProjects} from 'nx/src/generators/utils/project-configuration.js';
import {FsTree} from 'nx/src/generators/tree.js';

export default {
utils: {getProjects},
Expand Down

0 comments on commit 583250b

Please sign in to comment.