Skip to content

Commit 0bb9c32

Browse files
committed
disable rule in nextjs eslint config
1 parent c6a0985 commit 0bb9c32

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
@@ -10,6 +10,7 @@ module.exports = {
1010
extends: ['../../.eslintrc.js'],
1111
rules: {
1212
'@sentry-internal/sdk/no-async-await': 'off',
13+
'@sentry-internal/sdk/no-nullish-coalescing': 'off',
1314
},
1415
overrides: [
1516
{

0 commit comments

Comments
 (0)