Skip to content

Commit

Permalink
fix(eslint-plugin): fix message of no-base-to-string (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Mar 18, 2020
1 parent f76a1b3 commit 6646959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-base-to-string.ts
Expand Up @@ -24,7 +24,7 @@ export default util.createRule({
},
messages: {
baseToString:
"'{{name}} {{certainty}} evaluate to '[Object object]' when stringified.",
"'{{name}} {{certainty}} evaluate to '[object Object]' when stringified.",
},
schema: [],
type: 'suggestion',
Expand Down

0 comments on commit 6646959

Please sign in to comment.