File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 44 "version" : " 0.0.0-semantically-released" ,
55 "scripts" : {
66 "test" : " karma start" ,
7- "test-watch" : " tsc && karma start --no-single-run --auto-watch" ,
7+ "test-watch" : " tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch" ,
88 "commit" : " npm run prepublish && npm test && git-cz" ,
9- "prepublish" : " ngc && npm run build" ,
9+ "prepublish" : " ngc --noUnusedParameters --noUnusedLocals && npm run build" ,
1010 "build" : " webpack && cp style.css bundles/style.css" ,
1111 "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
1212 },
Original file line number Diff line number Diff line change 3131 "no-shadowed-variable" : true ,
3232 "no-string-literal" : false ,
3333 "no-unused-expression" : true ,
34- "no-unused-variable" : true ,
3534 "object-literal-sort-keys" : false ,
3635 "one-line" : [
3736 true ,
You can’t perform that action at this time.
0 commit comments