3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript2,734 forks (2,734 forks)batch import
enhancementhelp wanted
Repository metrics
- Stars
- 9,293 stars (9,293 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Similar to how ESLint's sort-keys has a configuration option of minKeys, it would be nice to have a minProps option.
Contributor guide
- Research direction
- Examine the existing 'jsx sort props' rule implementation and ESLint's 'sort keys' rule for minKeys option pattern. Add a 'minProps' option to the rule's schema and implement the logic to skip sorting when number of props is below the threshold.
- Tech stack
- javascript
- Domain
- frontendweb dev
- Issue type
- Feature
- Prerequisites
- JavaScriptESLint