Update dependency ember-template-lint to v6 #17042
Annotations
10 errors
Run pnpm lint:hbs:
app/components/download-graph.hbs#L5
Do not use the `did-insert` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Run pnpm lint:hbs:
app/components/download-graph.hbs#L11
Do not use the `did-insert` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Run pnpm lint:hbs:
app/components/download-graph.hbs#L12
Do not use the `did-update` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Run pnpm lint:hbs:
app/components/download-graph.hbs#L13
Do not use the `did-update` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Run pnpm lint:hbs:
app/components/download-graph.hbs#L14
Do not use the `will-destroy` modifier. This modifier was intended to ease migration to Octane and not for long-term side-effects. Instead, refactor to use a custom modifier. See https://github.com/ember-modifier/ember-modifier
|
Run pnpm lint:hbs:
app/components/email-input.hbs#L17
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Run pnpm lint:hbs:
app/templates/crate/settings.hbs#L12
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Run pnpm lint:hbs:
app/templates/settings/tokens/new.hbs#L8
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Run pnpm lint:hbs:
app/templates/settings/tokens/new.hbs#L52
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Run pnpm lint:hbs:
app/templates/settings/tokens/new.hbs#L89
Do not use the `Input` component. Built-in form components use two-way binding to mutate values. Instead, refactor to use a native HTML element.
|
Loading