Skip to content

Commit 2c7eca4

Browse files
committed
Fix typo in message for @typescript-eslint/ban-types
1 parent 92893a3 commit 2c7eca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
fixWith: 'Record<string, unknown>'
6363
},
6464
'{}': {
65-
message: 'The `Object` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead. See https://github.com/typescript-eslint/typescript-eslint/pull/848',
65+
message: 'The `{}` type is mostly the same as `unknown`. You probably want `Record<string, unknown>` instead.',
6666
fixWith: 'Record<string, unknown>'
6767
},
6868
object: {

0 commit comments

Comments
 (0)