Skip to content

Commit

Permalink
feat(eslint): remove react/jsx-sort-props (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Mar 4, 2024
1 parent 952aae0 commit 0088457
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eslint/rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ module.exports = {
* 🚫 Not fixable - https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-pascal-case.md
*/
'react/jsx-pascal-case': 'warn',
/**
* Require props to be sorted alphabetically.
*
* 🔧 Fixable - https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-sort-props.md
*/
'react/jsx-sort-props': 'warn',
/**
* Disallow usage of Array index in keys.
*
Expand Down

0 comments on commit 0088457

Please sign in to comment.