Skip to content

Commit

Permalink
Revert eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Jul 12, 2024
1 parent a34e5d4 commit 24569a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,6 @@ module.exports = {
'jsdoc/require-param': 'off',
},
},
{
files: [ '**/@(storybook|stories)/*' ],
rules: {
// Suggested workaround for hooks used in CSF3 format stories.
// https://github.com/storybookjs/eslint-plugin-storybook/pull/149
'react-hooks/rules-of-hooks': 'off',
},
},
{
files: [ 'packages/components/src/**' ],
excludedFiles: [
Expand Down

0 comments on commit 24569a5

Please sign in to comment.