From fe3310624f1386cd8c3cf6dba3e5f282c007db54 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Mon, 1 May 2023 16:58:43 -0400 Subject: [PATCH] chore: Revert eslint change Signed-off-by: Sebastian Malton --- packages/infrastructure/eslint-config/eslint-config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/infrastructure/eslint-config/eslint-config.js b/packages/infrastructure/eslint-config/eslint-config.js index 2668b903be..4694e71cd7 100644 --- a/packages/infrastructure/eslint-config/eslint-config.js +++ b/packages/infrastructure/eslint-config/eslint-config.js @@ -16,8 +16,7 @@ module.exports = { "no-unsanitized" ], ignorePatterns: [ - "dist/*", - "tailwind.config.js" + "dist/*" ], rules: { "react/react-in-jsx-scope": 0,