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 8b37bca commit e6afe75Copy full SHA for e6afe75
packages/eslint-config-sdk/src/index.js
@@ -143,13 +143,8 @@ module.exports = {
143
},
144
],
145
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',
149
'@sentry-internal/sdk/no-optional-chaining': 'error',
150
151
-=======
152
->>>>>>> 9316b9981 (build: Remove `@sentry-internal/sdk/no-async-await` rule)
153
// JSDOC comments are required for classes and methods. As we have a public facing codebase, documentation,
154
// even if it may seems excessive at times, is important to emphasize. Turned off in tests.
155
'jsdoc/require-jsdoc': [
0 commit comments