We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70b6c5 + 6856087 commit b6a725aCopy full SHA for b6a725a
dash/dash-renderer/package.json
@@ -16,7 +16,7 @@
16
"postbuild": "es-check es2015 ../deps/*.js build/*.js",
17
"test": "karma start karma.conf.js --single-run",
18
"format": "run-s private::format.*",
19
- "lint": "run-s private::lint.*"
+ "lint": "run-s private::lint.* --continue-on-error"
20
},
21
"author": "chriddyp",
22
"license": "MIT",
package.json
@@ -38,7 +38,7 @@
38
39
"initialize": "run-s private::initialize.*",
40
"prepare": "husky install",
41
- "lint": "run-s private::lint.*",
+ "lint": "run-s private::lint.* --continue-on-error",
42
"setup-tests.py": "run-s private::test.py.deploy-*",
43
"setup-tests.R": "run-s private::test.R.deploy-*",
44
"citest.integration": "run-s setup-tests.py private::test.integration-*",
0 commit comments