File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.0.0-semantically-released" ,
5
5
"scripts" : {
6
6
"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" ,
8
8
"commit" : " npm run prepublish && npm test && git-cz" ,
9
- "prepublish" : " ngc && npm run build" ,
9
+ "prepublish" : " ngc --noUnusedParameters --noUnusedLocals && npm run build" ,
10
10
"build" : " webpack && cp style.css bundles/style.css" ,
11
11
"semantic-release" : " semantic-release pre && npm publish && semantic-release post"
12
12
},
Original file line number Diff line number Diff line change 31
31
"no-shadowed-variable" : true ,
32
32
"no-string-literal" : false ,
33
33
"no-unused-expression" : true ,
34
- "no-unused-variable" : true ,
35
34
"object-literal-sort-keys" : false ,
36
35
"one-line" : [
37
36
true ,
You can’t perform that action at this time.
0 commit comments