File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343 "test:debug" : " TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand" ,
4444 "perf-test" : " NODE_OPTIONS=--experimental-vm-modules npx reassure" ,
4545 "typecheck" : " NODE_OPTIONS=--max_old_space_size=8192 tsc" ,
46- "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=384 --cache --cache-location=node_modules/.cache/eslint --cache-strategy content --concurrency=auto" ,
46+ "lint" : " NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=383 --cache --cache-location=node_modules/.cache/eslint --cache-strategy content --concurrency=auto" ,
4747 "lint-changed" : " NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh" ,
4848 "check-lazy-loading" : " ts-node scripts/checkLazyLoading.ts" ,
4949 "lint-watch" : " npx eslint-watch --watch --changed" ,
You can’t perform that action at this time.
0 commit comments