Skip to content

Commit

Permalink
fix(eslint)L remove extra rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Aug 13, 2020
1 parent e898a17 commit 409bfc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/eslint-config-carbon/plugins/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 409bfc2

Please sign in to comment.