Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 0088457

Browse files
authoredMar 4, 2024··
feat(eslint): remove react/jsx-sort-props (#87)
1 parent 952aae0 commit 0088457

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎eslint/rules/react.js

-6
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ module.exports = {
8181
* 🚫 Not fixable - https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-pascal-case.md
8282
*/
8383
'react/jsx-pascal-case': 'warn',
84-
/**
85-
* Require props to be sorted alphabetically.
86-
*
87-
* 🔧 Fixable - https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-sort-props.md
88-
*/
89-
'react/jsx-sort-props': 'warn',
9084
/**
9185
* Disallow usage of Array index in keys.
9286
*

0 commit comments

Comments
 (0)
This repository has been archived.