ember-cli / ember-cli/eslint-plugin-ember
Update named-functions-in-promises rules
Open
- Dominant language
- JavaScript
- Stars
- 263
- Forks
- 214
- Avg merge
- 30m
- Merged PRs (30d)
- 5
Description
1. Set `allowSimpleArrowFunction: true` by default, instead of forcing people to opt-in (seems like a very common case nowdays)
2. Allow `promise().then((r) => r.someRelatedData)` just to return the "drilled down" value, instead of requiring it to be a function invocation only.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.