There was an error while loading. Please reload this page.
1 parent 05786d8 commit 698b911Copy full SHA for 698b911
1 file changed
package.json
@@ -43,7 +43,7 @@
43
"test:debug": "TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand",
44
"perf-test": "NODE_OPTIONS=--experimental-vm-modules npx reassure",
45
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
46
- "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=418 --cache --cache-location=node_modules/.cache/eslint --cache-strategy content --concurrency=auto",
+ "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=423 --cache --cache-location=node_modules/.cache/eslint --cache-strategy content --concurrency=auto",
47
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh",
48
"check-lazy-loading": "ts-node scripts/checkLazyLoading.ts",
49
"lint-watch": "npx eslint-watch --watch --changed",
0 commit comments