ESLint: Remove @typescript-eslint/explicit-function-return-type rule

The rule does not seem to be enabled at all, as it is not part of the
recommended set.

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-02-20 21:27:37 +01:00
parent e83f1e206b
commit 117e9ec708
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -20,7 +20,6 @@ module.exports = {
jest: true,
},
rules: {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-unused-vars': [
'warn',
{ argsIgnorePattern: '^_+$' },