We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbad93 commit 0dfe55dCopy full SHA for 0dfe55d
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=145 --cache --cache-location=node_modules/.cache/eslint --concurrency=auto",
+ "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=111 --cache --cache-location=node_modules/.cache/eslint --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