File tree 3 files changed +6
-6
lines changed
packages/aws-cdk/lib/init-templates
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
"strictNullChecks" : true ,
10
10
"noImplicitThis" : true ,
11
11
"alwaysStrict" : true ,
12
- "noUnusedLocals" : true ,
13
- "noUnusedParameters" : true ,
12
+ "noUnusedLocals" : false ,
13
+ "noUnusedParameters" : false ,
14
14
"noImplicitReturns" : true ,
15
15
"noFallthroughCasesInSwitch" : false ,
16
16
"inlineSourceMap" : true ,
Original file line number Diff line number Diff line change 9
9
"strictNullChecks" : true ,
10
10
"noImplicitThis" : true ,
11
11
"alwaysStrict" : true ,
12
- "noUnusedLocals" : true ,
13
- "noUnusedParameters" : true ,
12
+ "noUnusedLocals" : false ,
13
+ "noUnusedParameters" : false ,
14
14
"noImplicitReturns" : true ,
15
15
"noFallthroughCasesInSwitch" : false ,
16
16
"inlineSourceMap" : true ,
Original file line number Diff line number Diff line change 9
9
"strictNullChecks" : true ,
10
10
"noImplicitThis" : true ,
11
11
"alwaysStrict" : true ,
12
- "noUnusedLocals" : true ,
13
- "noUnusedParameters" : true ,
12
+ "noUnusedLocals" : false ,
13
+ "noUnusedParameters" : false ,
14
14
"noImplicitReturns" : true ,
15
15
"noFallthroughCasesInSwitch" : false ,
16
16
"inlineSourceMap" : true ,
You can’t perform that action at this time.
0 commit comments