Skip to content

Commit

Permalink
Disable conflicting check (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukiffer committed Sep 15, 2023
1 parent 658ff3a commit c7f942f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = {
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/no-namespace': 'error',
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
'@typescript-eslint/no-non-null-assertion': 'error',
'@typescript-eslint/no-non-null-assertion': 'off', // Conflicts with @typescript-eslint/non-nullable-type-assertion-style
'@typescript-eslint/no-parameter-properties': 'off',
'@typescript-eslint/no-redeclare': 'error',
'@typescript-eslint/no-require-imports': 'error',
Expand Down

0 comments on commit c7f942f

Please sign in to comment.