Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(react): [sort-jsx-props] use regex pattern for custom groups
- with eslint-plugin-perfectionist@4 the support of glob pattern was removed in favor of regex which leads to unintended sorting of the props, see: https://github.com/azat-io/eslint-plugin-perfectionist/releases/tag/v4.0.0
- Loading branch information