We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649309f commit 27bdddbCopy full SHA for 27bdddb
packages/eslint-plugin/src/rules/no-unsafe-function-type.ts
@@ -12,7 +12,6 @@ export default createRule({
12
description: 'Disallow using the unsafe built-in Function type',
13
recommended: 'recommended',
14
},
15
- fixable: 'code',
16
messages: {
17
bannedFunctionType: [
18
'The `Function` type accepts any function-like value.',
0 commit comments