diff --git a/.eslintrc.js b/.eslintrc.js index 0ff74336c..7fa666e36 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -278,6 +278,7 @@ module.exports = { files: ['**/*.ts', '**/*.tsx'], rules: { 'no-undef': 'off', // https://stackoverflow.com/a/69155899 + 'consistent-return': 'off', }, parser: '@typescript-eslint/parser', },