Browse Source

fix(lint): remove @typescript-eslint/no-unsafe-function-type override

pull/5889/head
KenTandrian 16 hours ago
parent
commit
7331d530a8
  1. 1
      eslint.config.cjs

1
eslint.config.cjs

@ -170,7 +170,6 @@ module.exports = [
'@typescript-eslint/no-unsafe-argument': 'warn',
'@typescript-eslint/no-unsafe-assignment': 'warn',
'@typescript-eslint/no-unsafe-enum-comparison': 'warn',
'@typescript-eslint/no-unsafe-function-type': 'warn',
'@typescript-eslint/no-unsafe-member-access': 'warn',
'@typescript-eslint/no-unsafe-return': 'warn',
'@typescript-eslint/no-unsafe-call': 'warn',

Loading…
Cancel
Save