Skip to content

Commit 78b7251

Browse files
committed
chore: increase memory to run eslint
https://stackoverflow.com/a/54456814/470818
1 parent 4258c74 commit 78b7251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"clean": "concurrently \"yarn clean:dist\" \"yarn clean:build\" \"yarn clean:nextjs\" \"yarn clean:themes\" \"yarn clean:coverage\" && yarn clean:tsbuildinfo",
4444
"prettier": "prettier --check .",
4545
"prettier:fix": "yarn prettier --write",
46-
"lint": "eslint --ext .js,.ts,.tsx .",
46+
"lint": "NODE_OPTIONS='--max_old_space_size=8192' eslint --ext .js,.ts,.tsx .",
4747
"lint:fix": "yarn lint --fix",
4848
"lint:staged": "lint-staged --concurrent 1",
4949
"format": "yarn prettier:fix && yarn lint:fix",

0 commit comments

Comments
 (0)