diff --git a/.eslintrc.js b/.eslintrc.js index 3a95d89..8924b38 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -30,6 +30,7 @@ module.exports = { ], camelcase: 'off', '@typescript-eslint/camelcase': 'off', - 'space-before-function-paren': 'off' + 'space-before-function-paren': 'off', + 'promise/param-names': 'off' } }