jsx-eslint/eslint-plugin-react

Add functionsLast to sort-prop-types

Open

#1465 aperta il 6 ott 2017

Vedi su GitHub
 (0 commenti) (3 reazioni) (0 assegnatari)JavaScript (2797 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (8630 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor