Skip to content

Commit e2e9757

Browse files
authored
fix: no-use-before-define linting violation in environment.d.ts
1 parent 2f7d049 commit e2e9757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blueprint-files/ember-cli-typescript/__config_root__/config/environment.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
export default config;
2-
31
/**
42
* Type declarations for
53
* import config from 'my-app/config/environment'
@@ -12,3 +10,5 @@ declare const config: {
1210
rootURL: string;
1311
APP: Record<string, unknown>;
1412
};
13+
14+
export default config;

0 commit comments

Comments
 (0)