43081j / 43081j/eslint-plugin-lit
Support https://typescript-eslint.io/rules/unbound-method in `lit/no-template-arrow` rule
Open
- Dominant language
- TypeScript
- Stars
- 138
- Forks
- 26
- Avg merge
- 23h 29m
- Merged PRs (30d)
- 4
Description
This is similar to https://github.com/jest-community/eslint-plugin-jest/blob/main/src/rules/unbound-method.ts
The jest plugin checks whether the unbound method is valid in the context of jest, or it falls back to the typescript-eslint/unbound-method rule.
It would be helpful if the `lit/no-template-arrow` rule did the same. Especially now that the latest `eslint-config-standard-with-typescript` version now includes the `@typescript-eslint/unbound-method` rule.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.