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.
@typescript-eslint/prefer-nullish-coalescing
1 parent 7162c21 commit 9d28a44Copy full SHA for 9d28a44
index.js
@@ -276,6 +276,7 @@ module.exports = {
276
'@typescript-eslint/prefer-function-type': 'error',
277
'@typescript-eslint/prefer-includes': 'error',
278
'@typescript-eslint/prefer-namespace-keyword': 'error',
279
+ '@typescript-eslint/prefer-nullish-coalescing': 'error',
280
'@typescript-eslint/prefer-readonly': 'error',
281
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
282
'@typescript-eslint/promise-function-async': [
0 commit comments