From 5436b6ba9b79866106f0eb6fe858c52b7224ec8f Mon Sep 17 00:00:00 2001 From: Baalekshan Date: Sat, 20 Apr 2024 10:04:17 +0530 Subject: [PATCH] fix: help with eslint upgrade (#2272) Signed-off-by: Baalekshan --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b82fb5856b..9969302d6a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -148,7 +148,7 @@ module.exports = { }, // Add any other files or directories you want to ignore - ignores: [ + ignoresPatterns: [ 'build/', 'coverage/', 'packages/plexus/src/LayoutManager/layout.worker*js*',