From 9d6ab69d376cf7dd62253307a33c179aff54fb4c Mon Sep 17 00:00:00 2001 From: lohit Date: Tue, 13 May 2025 19:21:30 +0530 Subject: [PATCH] eslint - node out of memeory issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d7ee6287..abfe137c2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "test:e2e": "playwright test", "test:prettier:web": "npm run test:prettier --workspace=packages/bruno-app", "prepare": "husky install", - "lint": "npx eslint ./" + "lint": "node --max_old_space_size=4096 $(npx which eslint)" }, "overrides": { "rollup": "3.29.5",