Skip to content

Commit

Permalink
refactor: improve message?
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 14, 2022
1 parent 46de101 commit e994a58
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,9 +15,9 @@ export default createRule<Options, MessageIds>({
},
messages: {
preferLHS:
'The generic type arguments should be specified on the left-hand side of the constructor call.',
'The generic type arguments should be specified on the left-hand side of the declaration as a type annotation.',
preferRHS:
'The generic type arguments should be specified on the right-hand side of the constructor call.',
'The generic type arguments should be specified on the right-hand side of the declaration as constructor type arguments.',
},
fixable: 'code',
schema: [
Expand Down

0 comments on commit e994a58

Please sign in to comment.