Skip to content

Commit

Permalink
updates message to resemble the eslint-comments/require-description
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed May 26, 2020
1 parent 73c5b64 commit a4b99d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/ban-ts-comment.ts
Expand Up @@ -35,7 +35,7 @@ export default util.createRule<[Options], MessageIds>({
tsDirectiveComment:
'Do not use "// @ts-{{directive}}" because it alters compilation errors.',
tsDirectiveCommentRequiresDescription:
'When using "// @ts-{{directive}}" you must also provide a description after the the directive.',
'Include a description after the "// @ts-{{directive}}" directive to explain why the @ts-{{directive}} is necessary.',
},
schema: [
{
Expand Down

0 comments on commit a4b99d7

Please sign in to comment.