Add DepositPreauth (#958)

* Expose parseAccountFlags() and add docs
* Add example snippet
* Default to node v10 for nvm
* Maintain existing behavior for getSettings
* Increase max line length from 80 to 120 (ter-max-len)
This commit is contained in:
Elliot Lee
2018-10-31 16:27:32 -07:00
committed by GitHub
parent 89e4ff328c
commit 418987476e
17 changed files with 336 additions and 25 deletions

View File

@@ -57,7 +57,7 @@
"triple-equals": true,
"forin": false,
"handle-callback-err": true,
"ter-max-len": [true, 80],
"ter-max-len": [true, 120],
"new-parens": true,
"object-curly-spacing": [true, "never"],
"object-literal-shorthand": false,