chore: raise lint heap limit
This commit is contained in:
@@ -19,8 +19,8 @@
|
|||||||
"clean": "tsx scripts/clean.ts",
|
"clean": "tsx scripts/clean.ts",
|
||||||
"change-scope": "tsx scripts/change-scope.ts",
|
"change-scope": "tsx scripts/change-scope.ts",
|
||||||
"typecheck": "tsc -b",
|
"typecheck": "tsc -b",
|
||||||
"lint": "eslint .",
|
"lint": "node --max-old-space-size=8192 node_modules/eslint/bin/eslint.js .",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "node --max-old-space-size=8192 node_modules/eslint/bin/eslint.js . --fix",
|
||||||
"duplication": "jscpd --config .jscpd.json packages scripts",
|
"duplication": "jscpd --config .jscpd.json packages scripts",
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
|
|||||||
Reference in New Issue
Block a user