We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4c82f commit 293ae17Copy full SHA for 293ae17
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"test:debug": "TZ=utc NODE_OPTIONS='--inspect-brk --experimental-vm-modules' jest --runInBand",
47
"perf-test": "NODE_OPTIONS=--experimental-vm-modules npx reassure",
48
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
49
- "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=274 --cache --cache-location=node_modules/.cache/eslint",
+ "lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=273 --cache --cache-location=node_modules/.cache/eslint",
50
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 ./scripts/lintChanged.sh",
51
"lint-watch": "npx eslint-watch --watch --changed",
52
"shellcheck": "./scripts/shellCheck.sh",
0 commit comments