Merge pull request #4665 from lohxt1/eslint_node_space_issue

fix: eslint - javascript heap out of memory
This commit is contained in:
Anoop M D
2025-05-14 00:34:03 +05:30
committed by GitHub

View File

@@ -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",