From e0ce2a39bd5a9a2db429af4ae71a10ebbee004ff Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 2 May 2023 08:25:52 -0400 Subject: [PATCH] chore: Update lint rules Signed-off-by: Sebastian Malton --- packages/infrastructure/eslint-config/eslint-config.js | 4 ++++ 1 file changed, 4 insertions(+) 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", {