Skip to content

Commit

Permalink
add bug links for eslint-plugin/no-unused-message-ids rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Aug 10, 2022
1 parent c4265a7 commit 2ec6bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/naming-convention.ts
@@ -1,5 +1,5 @@
/* eslint-disable eslint-comments/no-use */
/* eslint eslint-plugin/no-unused-message-ids:"off" -- rule has false positives due to our usage of an external helper function */
/* eslint eslint-plugin/no-unused-message-ids:"off" -- https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/283 */
/* eslint-enable eslint-comments/no-use */

import { AST_NODE_TYPES, TSESLint, TSESTree } from '@typescript-eslint/utils';
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-unsafe-call.ts
@@ -1,5 +1,5 @@
/* eslint-disable eslint-comments/no-use */
/* eslint eslint-plugin/no-unused-message-ids:"off" -- disabled because the rule doesn't understand our helper function checkCall() */
/* eslint eslint-plugin/no-unused-message-ids:"off" -- https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/issues/282 */
/* eslint-enable eslint-comments/no-use */

import { TSESTree } from '@typescript-eslint/utils';
Expand Down

0 comments on commit 2ec6bb8

Please sign in to comment.