ember-cli / ember-cli/eslint-plugin-ember
Should we provide a config that disables some rules from `@typescript-eslint/eslint-plugin`?
Open
- Dominant language
- JavaScript
- Stars
- 263
- Forks
- 214
- Avg merge
- 30m
- Merged PRs (30d)
- 5
Description
For example, no-use-before-define is often wrong if you define multiple components in the same file.
```gjs
const Foo = ;
const Bar = hi;
```
would trigger the error.
But this is totally valid, because component rendering is not _eager_ like const-evaluation normally is.
cc @patricklx, in case you have ideas
example in vanilla:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.