fix linter

This commit is contained in:
Philipp Kühn
2020-09-25 13:56:31 +02:00
parent 21c82c2cfa
commit 03c65c43f7
4 changed files with 4 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/comma-dangle': ['error', 'always-multiline'],
'@typescript-eslint/explicit-module-boundary-types': 'off',
},
},
],