Skip to content

Commit

Permalink
New projects may not need this anyway -- instead of disabling lints, …
Browse files Browse the repository at this point in the history
…lets just let the user decide if they need it at all
  • Loading branch information
NullVoxPopuli committed Nov 10, 2024
1 parent 3dafcd8 commit 04f7861
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions files/__addonLocation__/unpublished-development-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import '@glint/environment-ember-loose';
import '@glint/environment-ember-template-imports';

declare module '@glint/environment-ember-loose/registry' {
// Remove this once entries have been added! 👇
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export default interface Registry {
// Add any registry entries from other addons here that your addon itself uses (in non-strict mode templates)
// See https://typed-ember.gitbook.io/glint/using-glint/ember/using-addons
}
}
// Uncomment if you need to support consuming projects in loose mode
//
// declare module '@glint/environment-ember-loose/registry' {
// export default interface Registry {
// // Add any registry entries from other addons here that your addon itself uses (in non-strict mode templates)
// // See https://typed-ember.gitbook.io/glint/using-glint/ember/using-addons
// }
// }

0 comments on commit 04f7861

Please sign in to comment.