mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
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:
parent
3626ce9dff
commit
0a337f03c5
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ module.exports = {
|
|||
jest: true,
|
||||
},
|
||||
rules: {
|
||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/no-unused-vars': [
|
||||
'warn',
|
||||
{ argsIgnorePattern: '^_+$' },
|
||||
|
|
Loading…
Reference in a new issue