Skip to content

Commit fc3b7c1

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 9667c39 commit fc3b7c1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

files/__addonLocation__/src/template-registry.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

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

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

0 commit comments

Comments
 (0)