-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Update ts-eslint #23723
Update ts-eslint #23723
Conversation
Nice to see this, I expected more issues though, but I see you turned the associated rules off. |
Yeah it would have lead to too much changes |
…ipt-eslint-update
src/components/ha-ansi-to-html.ts
Outdated
@@ -34,7 +34,7 @@ export class HaAnsiToHtml extends LitElement { | |||
|
|||
@litState() private _filter = ""; | |||
|
|||
protected render(): TemplateResult | void { | |||
protected render(): TemplateResult | undefined { |
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.
When does this return undefined?
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.
🤷 I just replaced void with undefined, I'll remove it.
Proposed change
update typescript-eslint to v8
remove
airbnb-typescript/base
closes Update typescript-eslint monorepo to v8 (major) #21574
Type of change
Example configuration
Additional information
In a future PR there should be
plugin:@typescript-eslint/stylistic
included to our config.Checklist
If user exposed functionality or configuration variables are added/changed: