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 acf7ef9 commit 523b8bcCopy full SHA for 523b8bc
packages/eslint-config-sdk/src/index.js
@@ -84,7 +84,7 @@ module.exports = {
84
// Make sure all expressions are used. Turned off in tests
85
// Must disable base rule to prevent false positives
86
'no-unused-expressions': 'off',
87
- '@typescript-eslint/no-unused-expressions': 'error',
+ '@typescript-eslint/no-unused-expressions': ['error', { allowShortCircuit: true }],
88
89
// Make sure Promises are handled appropriately
90
'@typescript-eslint/no-floating-promises': 'error',
0 commit comments