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 b3a0907 commit e85416fCopy full SHA for e85416f
.eslintrc.js
@@ -240,8 +240,11 @@ module.exports = {
240
'@typescript-eslint/prefer-function-type': 'error',
241
'@typescript-eslint/prefer-includes': 'error',
242
'@typescript-eslint/prefer-namespace-keyword': 'error',
243
+ '@typescript-eslint/prefer-optional-chain': 'error',
244
+ '@typescript-eslint/prefer-nullish-coalescing': 'off', // https://github.com/typescript-eslint/typescript-eslint/issues/1265
245
'@typescript-eslint/type-annotation-spacing': 'off',
246
'@typescript-eslint/triple-slash-reference': 'error',
247
+ '@typescript-eslint/return-await': 'error',
248
'@typescript-eslint/unbound-method': 'error',
249
'@typescript-eslint/unified-signatures': 'error',
250
0 commit comments