jsx-eslint/eslint-plugin-react

Add functionsLast to sort-prop-types

Open

#1,465 创建于 2017年10月6日

在 GitHub 查看
 (0 评论) (3 反应) (0 负责人)JavaScript (8,630 star) (2,797 fork)batch import
enhancementhelp wanted

描述

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.

贡献者指南

Add functionsLast to sort-prop-types · jsx-eslint/eslint-plugin-react#1465 | Good First Issue