Skip to content

Commit e6afe75

Browse files
committed
oops
1 parent 8b37bca commit e6afe75

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/eslint-config-sdk/src/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,8 @@ module.exports = {
143143
},
144144
],
145145

146-
<<<<<<< HEAD
147-
// We want to prevent async await & optional chaining usage in our files to prevent uncessary bundle size. Turned off in tests.
148-
'@sentry-internal/sdk/no-async-await': 'error',
149146
'@sentry-internal/sdk/no-optional-chaining': 'error',
150147

151-
=======
152-
>>>>>>> 9316b9981 (build: Remove `@sentry-internal/sdk/no-async-await` rule)
153148
// JSDOC comments are required for classes and methods. As we have a public facing codebase, documentation,
154149
// even if it may seems excessive at times, is important to emphasize. Turned off in tests.
155150
'jsdoc/require-jsdoc': [

0 commit comments

Comments
 (0)