Skip to content

Instantly share code, notes, and snippets.

@nirnejak
Created June 3, 2023 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nirnejak/24f1a6e4c3b47f3b4f89a4ec0e19b666 to your computer and use it in GitHub Desktop.
Save nirnejak/24f1a6e4c3b47f3b4f89a4ec0e19b666 to your computer and use it in GitHub Desktop.
"rules": {
"react/sort-prop-types": [
"error",
{
"callbacksLast": true,
"ignoreCase": true,
"requiredFirst": true,
"sortShapeProp": true,
"noSortAlphabetically": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment