ionic-team / ionic-team/eslint-config
add to recommended: func-style
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 9
- Avg merge
- 12d 22h
- Merged PRs (30d)
- 1
Description
```
'func-style': 'error',
```
https://eslint.org/docs/rules/func-style
We generally prefer `const fn = () => { ... }` vs `function fn() { ... }`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.