Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
[typescript-eslint] Remove deprecated 'no-untyped-public-signature'
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Jan 21, 2020
1 parent 1bda440 commit 7009704
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/eslintrc_typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,6 @@ module.exports = {
// We allow this this kind of redundant code because it sometimes prevents a mistake.
'@typescript-eslint/no-unnecessary-type-assertion': 'off',

// I think this rule is useful.
// But I'm not sure about that the relation with `noImplicitAny` compiler option.
// FIXME(#257)
'@typescript-eslint/no-untyped-public-signature': 'off',

// This should be sorted with ESLint builtin rule.
'no-unused-expressions': 'off',
'@typescript-eslint/no-unused-expressions': 'error',
Expand Down

0 comments on commit 7009704

Please sign in to comment.