Skip to content

Commit c01d9fd

Browse files
committed
Fix linter.
1 parent 459171d commit c01d9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
parserOptions: {
77
jsx: true,
88
},
9-
ignorePatterns: ['test/integration/**'],
9+
ignorePatterns: ['test/integration/**', 'playwright.config.ts'],
1010
extends: ['../../.eslintrc.js'],
1111
rules: {
1212
'@sentry-internal/sdk/no-async-await': 'off',

0 commit comments

Comments
 (0)