Skip to content

Commit 27bdddb

Browse files
authored
fix(eslint-plugin): [no-unsafe-function-type] remove fixable property (#10986)
1 parent 649309f commit 27bdddb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/eslint-plugin/src/rules/no-unsafe-function-type.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default createRule({
1212
description: 'Disallow using the unsafe built-in Function type',
1313
recommended: 'recommended',
1414
},
15-
fixable: 'code',
1615
messages: {
1716
bannedFunctionType: [
1817
'The `Function` type accepts any function-like value.',

0 commit comments

Comments
 (0)