Skip to content

Commit

Permalink
Merge pull request #1521 from bmish/patch-1
Browse files Browse the repository at this point in the history
Fix `no-use-before-define` lint violation in `environment.d.ts`
  • Loading branch information
chriskrycho committed Aug 29, 2022
2 parents 2f7d049 + e2e9757 commit 057c674
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export default config;

/**
* Type declarations for
* import config from 'my-app/config/environment'
Expand All @@ -12,3 +10,5 @@ declare const config: {
rootURL: string;
APP: Record<string, unknown>;
};

export default config;

0 comments on commit 057c674

Please sign in to comment.