diff --git a/packages/infrastructure/eslint-config/eslint-config.js b/packages/infrastructure/eslint-config/eslint-config.js index 4694e71cd7..14781a9690 100644 --- a/packages/infrastructure/eslint-config/eslint-config.js +++ b/packages/infrastructure/eslint-config/eslint-config.js @@ -48,6 +48,10 @@ module.exports = { "allowTemplateLiterals": true } ], + "@typescript-eslint/no-use-before-define": ["error", { + "functions": false, + "classes": false, + }], "padding-line-between-statements": [ "error", {