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 04f7861 commit 2aa333f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions files/__addonLocation__/src/template-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

// import type MyComponent from './components/my-component';

// Remove this once entries have been added! 👇
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export default interface Registry {
// MyComponent: typeof MyComponent
}
// Uncomment this once entries have been added! 👇
// export default interface Registry {
// MyComponent: typeof MyComponent
// }

0 comments on commit 2aa333f

Please sign in to comment.