File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -461,7 +461,9 @@ export default class AddGenerator extends Generator {
461
461
// Either we are adding directly at the property, else we're in a prop.theOne scenario
462
462
const actionMessage : string =
463
463
isDeepProp [ 1 ] === "other"
464
- ? `What do you want the key on ${ action } to be? (press enter if you want it directly as a value on the property)`
464
+ ? `What do you want the key on ${
465
+ action
466
+ } to be? (press enter if you want it directly as a value on the property)`
465
467
: `What do you want the value of ${ isDeepProp [ 1 ] } to be?` ;
466
468
467
469
this . prompt ( [
Original file line number Diff line number Diff line change 15
15
],
16
16
"no-console" : {
17
17
"severity" : " warning"
18
- },
19
- "max-line-length" : {
20
- "options" : {
21
- "limit" : 120
22
- },
23
- "severity" : " warn"
24
18
}
25
19
},
26
20
"rulesDirectory" : [],
You can’t perform that action at this time.
0 commit comments