Skip to content

Commit

Permalink
🚨 front: tolerate non-null assertions
Browse files Browse the repository at this point in the history
Fight me on this !
  • Loading branch information
ericlinagora committed Nov 13, 2024
1 parent 26ca1be commit a2840f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tdrive/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
'@typescript-eslint/no-this-alias': 'warn',
'react/prop-types': 'warn',
'no-useless-escape': 'warn',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-empty-function': 'warn',
'@typescript-eslint/ban-types': 'warn',
'@typescript-eslint/ban-ts-comment': 'warn',
Expand Down

0 comments on commit a2840f1

Please sign in to comment.