We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459171d commit c01d9fdCopy full SHA for c01d9fd
packages/nextjs/.eslintrc.js
@@ -6,7 +6,7 @@ module.exports = {
6
parserOptions: {
7
jsx: true,
8
},
9
- ignorePatterns: ['test/integration/**'],
+ ignorePatterns: ['test/integration/**', 'playwright.config.ts'],
10
extends: ['../../.eslintrc.js'],
11
rules: {
12
'@sentry-internal/sdk/no-async-await': 'off',
0 commit comments