Skip to content

Commit

Permalink
perf(rules): turn off @typescript-eslint/no-unsafe-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc committed Jul 19, 2024
1 parent 1038e52 commit 5a2a2cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const defineConfig = (config: AirBeConfig, ...customFlatConfigs: EslintFlagConfi
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',

'@typescript-eslint/no-unsafe-return': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
Expand Down

0 comments on commit 5a2a2cf

Please sign in to comment.