Skip to content

Commit 27a365a

Browse files
committed
1 parent d32fa91 commit 27a365a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ module.exports = {
178178
// }
179179
// ],
180180

181+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
182+
181183
// Disabled because it's buggy. It transforms `...(personalToken ? {Authorization: `token ${personalToken}`} : {})` into `...personalToken ? {Authorization: `token ${personalToken}`} : {}` which is not valid.
182184
// TODO: Report this issue.
183185
'no-extra-parens': 'off',

0 commit comments

Comments
 (0)