From d072008f8583713d99d6534403f95413fca9f5bc Mon Sep 17 00:00:00 2001 From: Marin Atanasov <8436925+tyxla@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:53:17 +0200 Subject: [PATCH] Finalize excludes --- react-scanner.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/react-scanner.config.js b/react-scanner.config.js index 680c903e1c12b..9c0b742840bce 100644 --- a/react-scanner.config.js +++ b/react-scanner.config.js @@ -15,10 +15,8 @@ module.exports = { 'node_modules', 'public', 'results', + 'static', 'test', - 'tools', - 'typings', - 'vendor', ], /* * Filter out any non-component React elements and consider only imports of