Skip to content

Commit

Permalink
fix(eslint): ignore storybook files with this rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 5, 2023
1 parent 8a937ca commit 1017b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eslint-config-carbon/plugins/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ module.exports = {
rules: {
'react/display-name': 0,
'react/prop-types': 0,
'react/forbid-component-props': 0,
'react/forbid-dom-props': 0,
},
},

Expand Down

0 comments on commit 1017b7c

Please sign in to comment.