-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade @typescript-eslint/* #307
Changes from all commits
5ba8610
9dfd62a
3dafcd8
04f7861
2aa333f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. instead of adding new lint disables here, I've just commented out the whole thing |
||
export default interface Registry { | ||
// MyComponent: typeof MyComponent | ||
} | ||
// Uncomment this once entries have been added! 👇 | ||
// export default interface Registry { | ||
// MyComponent: typeof MyComponent | ||
// } |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
import '@glint/environment-ember-loose'; | ||
import '@glint/environment-ember-template-imports'; | ||
|
||
declare module '@glint/environment-ember-loose/registry' { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. instead of adding new lint disables here, I've just commented out the whole thing |
||
// 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 | ||
// } | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diverging ember-eslint-parser versions causes eslint-plugin-ember to not be able to work with gjs/gts