File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
"postbuild" : " es-check es2015 ../deps/*.js build/*.js" ,
17
17
"test" : " karma start karma.conf.js --single-run" ,
18
18
"format" : " run-s private::format.*" ,
19
- "lint" : " run-s private::lint.*"
19
+ "lint" : " run-s private::lint.* --continue-on-error "
20
20
},
21
21
"author" : " chriddyp" ,
22
22
"license" : " MIT" ,
Original file line number Diff line number Diff line change 38
38
"format" : " run-s private::format.*" ,
39
39
"initialize" : " run-s private::initialize.*" ,
40
40
"prepare" : " husky install" ,
41
- "lint" : " run-s private::lint.*" ,
41
+ "lint" : " run-s private::lint.* --continue-on-error " ,
42
42
"setup-tests.py" : " run-s private::test.py.deploy-*" ,
43
43
"setup-tests.R" : " run-s private::test.R.deploy-*" ,
44
44
"citest.integration" : " run-s setup-tests.py private::test.integration-*" ,
You can’t perform that action at this time.
0 commit comments