Skip to content

Commit 9667c39

Browse files
committed
New projects may not need this anyway -- instead of disabling lints, lets just let the user decide if they need it at all
1 parent d30c676 commit 9667c39

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • files/__addonLocation__/unpublished-development-types

files/__addonLocation__/unpublished-development-types/index.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import '@glint/environment-ember-loose';
55
import '@glint/environment-ember-template-imports';
66

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

0 commit comments

Comments
 (0)