Skip to content

Commit a5af7f3

Browse files
committed
fix: dangerfile configuration import thjs-123
1 parent 696b712 commit a5af7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dangerfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type GitHubPRDSL as LibraryGitHubDSL, danger, fail } from 'danger';
22

3-
import { ProjectPrefix } from './project.config.js';
3+
import { ProjectPrefix } from './project.config';
44

55
const LABELS_EMPTY_LENGTH = 0;
66

0 commit comments

Comments
 (0)