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.
--max-warnings=0
1 parent 65d64a6 commit 7c5de63Copy full SHA for 7c5de63
package.json
@@ -86,10 +86,10 @@
86
"postbuild": "chmod +x ./dist/bin.js && cp -r scripts/** dist",
87
"lint": "yarn lint:prettier && yarn lint:eslint",
88
"lint:prettier": "prettier --check \"{lib,src,test}/**/*.ts\"",
89
- "lint:eslint": "eslint . --cache --format stylish",
+ "lint:eslint": "eslint . --cache --format stylish --max-warnings=0",
90
"fix": "yarn fix:eslint && yarn fix:prettier",
91
"fix:prettier": "prettier --write \"{lib,src,test}/**/*.ts\"",
92
- "fix:eslint": "eslint . --format stylish --fix",
+ "fix:eslint": "eslint . --format stylish --fix --max-warnings=0",
93
"test": "jest",
94
"test:e2e": "yarn build && ./e2e-tests/run.sh",
95
"test:e2e:bin": "chmod +x ./dist-bin/* && SENTRY_WIZARD_E2E_TEST_BIN=1 ./e2e-tests/run.sh",
0 commit comments