Skip to content

typescript-eslint error on a file #230

Description

@boris-petrov
import Component from '@glimmer/component';

export default class MyComponent extends Component {
  <template>
    {{!  `asd` `qwe` `zxc` `undefined` `asd` }}
    {{! `@foo` }}
    123
  </template>
}

@NullVoxPopuli thanks for fixing #226! Above is (almost) the same example which now compiles but it gives a @typescript-eslint/no-unused-expressions error which doesn't make sense. Maybe related to #229.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions