mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 13:14:33 -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
e83f1e206b
commit
117e9ec708
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ module.exports = {
|
||||||
jest: true,
|
jest: true,
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'@typescript-eslint/explicit-function-return-type': 'off',
|
|
||||||
'@typescript-eslint/no-unused-vars': [
|
'@typescript-eslint/no-unused-vars': [
|
||||||
'warn',
|
'warn',
|
||||||
{ argsIgnorePattern: '^_+$' },
|
{ argsIgnorePattern: '^_+$' },
|
||||||
|
|
Loading…
Reference in a new issue