Skip to content

Commit

Permalink
[ESLint] Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Nov 12, 2024
1 parent ec58964 commit af9ceda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default [
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-object-type': ['error', { allowInterfaces: 'with-single-extends' }],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-floating-promises': 'off', // TODO: Disable only for .jsx and .tsx files
'@typescript-eslint/no-misused-promises': 'off', // Most of these errors come from Express route handlers that are handled correctly by express-async-errors
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
Expand Down

0 comments on commit af9ceda

Please sign in to comment.