-
Notifications
You must be signed in to change notification settings - Fork 30
Update copyright and warranty commands to typescript #682
Conversation
12891b1
to
e787e51
Compare
esModuleInterop fixed by oclif/config#61 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just missing few return types
src/commands/node/forging.ts
Outdated
status: string, | ||
publicKey: string, | ||
password?: string, | ||
) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing return type
src/commands/transaction/create.ts
Outdated
const resolveFlags = ( | ||
accumulated: ReadonlyArray<string>, | ||
[key, value]: [string, string | boolean | undefined], | ||
) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
here as well
"globby": "8.0.1", | ||
"husky": "0.14.3", | ||
"lint-staged": "5.0.0", | ||
"mocha": "4.0.1", | ||
"nyc": "11.3.0", | ||
"prettier": "1.9.2", | ||
"rxjs-compat": "6.3.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for husky
, without this it seems like it's not working.
I have no idea why it doesn't work though...
Description
Updating copyright and warranty commands to TypeScript.
Review checklist