mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 17:11:30 +00:00
Disable new no-unsafe-argument ESLint rule for tests
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
9dc0cf8c9a
commit
dc68ecf0e6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
rules: {
|
||||
'@typescript-eslint/unbound-method': 'off',
|
||||
'@typescript-eslint/no-unsafe-assignment': 'off',
|
||||
'@typescript-eslint/no-unsafe-argument': 'off',
|
||||
'@typescript-eslint/no-unsafe-member-access': 'off',
|
||||
'@typescript-eslint/require-await': 'off',
|
||||
'jest/unbound-method': 'error',
|
||||
|
|
Loading…
Reference in a new issue