From 86aaefdb7efde940e9c7f4471fd5658c8dd918e8 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 25 Jan 2022 10:19:53 -0500 Subject: [PATCH] Fix OOM error Signed-off-by: Sebastian Malton --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index cf7119547b..cd50650709 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,6 +11,7 @@ module.exports = { "**/dist/**/*", "**/static/**/*", "**/site/**/*", + "extensions/*/*.tgz", ], settings: { react: {