Skip to content

Commit

Permalink
chore(eslint-plugin): deprecate no-unused-public-signature
Browse files Browse the repository at this point in the history
It is being superseded by explicit-module-boundary-types.
  • Loading branch information
Guy Perkal committed Dec 10, 2019
1 parent dd23de2 commit 77f00f5
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -11,6 +11,8 @@ type Options = [{ ignoredMethods: string[] }];
export default util.createRule<Options, MessageIds>({
name: 'no-unused-public-signature',
meta: {
deprecated: true,
replacedBy: ['exlicit-module-boundary-types'],
docs: {
description:
'Requires that all public method arguments and return type will be explicitly typed',
Expand Down

0 comments on commit 77f00f5

Please sign in to comment.