diff --git a/config/eslint-config-carbon/plugins/react.js b/config/eslint-config-carbon/plugins/react.js index 207ad47ffcce..7b4bbc9b2615 100644 --- a/config/eslint-config-carbon/plugins/react.js +++ b/config/eslint-config-carbon/plugins/react.js @@ -35,9 +35,6 @@ module.exports = { // react-hooks 'react-hooks/rules-of-hooks': 2, 'react-hooks/exhaustive-deps': 2, - - // prop-types - 'react/sort-prop-types': 1, }, overrides: [ // Sometimes we'll want to define a quick component in a story to use as a