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 6300bb1 commit afa978bCopy full SHA for afa978b
packages/nextjs/.eslintrc.js
@@ -10,6 +10,7 @@ module.exports = {
10
extends: ['../../.eslintrc.js'],
11
rules: {
12
'@sentry-internal/sdk/no-optional-chaining': 'off',
13
+ '@sentry-internal/sdk/no-nullish-coalescing': 'off',
14
},
15
overrides: [
16
{
0 commit comments