Skip to content

Commit

Permalink
ESLint: Disable jest rules for storybook playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Jan 13, 2023
1 parent e7f07a9 commit 788048a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ module.exports = {
'packages/react-native-*/**/*.[tj]s?(x)',
'test/native/**/*.[tj]s?(x)',
'test/e2e/**/*.[tj]s?(x)',
'test/storybook-playwright/**/*.[tj]s?(x)',
],
extends: [
'plugin:jest-dom/recommended',
Expand Down

0 comments on commit 788048a

Please sign in to comment.