Skip to content

Commit affde50

Browse files
committed
disable rule in nextjs eslint config
1 parent 6a75200 commit affde50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
rules: {
1212
'@sentry-internal/sdk/no-async-await': 'off',
1313
'@sentry-internal/sdk/no-optional-chaining': 'off',
14+
'@sentry-internal/sdk/no-nullish-coalescing': 'off',
1415
},
1516
overrides: [
1617
{

0 commit comments

Comments
 (0)