jsx-eslint/eslint-plugin-react
Ver no GitHubAdd functionsLast to sort-prop-types
Open
#1.465 aberto em 6 de out. de 2017
enhancementhelp wanted
Métricas do repositório
- Stars
- (8.630 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Currently the sort-prop-types rule, allows you to set callbacksLast: true, which makes it so callbacks beginning with on are listed last.
I would like to see this expanded with a functionsLast: true option because I don't typically name my callbacks / functions with on.