Skip to content

Commit

Permalink
chore: Turn off no-empty-function lint rule in Storybook files (#3858)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 27, 2024
1 parent b535643 commit 571ccf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions editor.planx.uk/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
"extends": [
"plugin:testing-library/react"
]
},
{
"files": [ "*.stories.tsx" ],
"rules": {
"@typescript-eslint/no-empty-function": "off"
}
}
]
}

0 comments on commit 571ccf0

Please sign in to comment.