59f18ac707
* Schemas and scaffolding for reset password methods * Initial handler for todo.adx.requestAccountPasswordReset * Initial handler for todo.adx.resetAccountPassword * Implement server mailer * Configure server for mailer and testing w/ mailer * Test happy path of pass reset, fix reset bug * Update lex to fix types bug for requestAccountPasswordReset * Fix handlebars reference to config getters * Test some negative password reset flows * Minor cleanup to pass reset * Tidy handlebars file with prettier, supporting double-quotes for html * Fix esbuild of server for mailer templates, fix test issue * Misc tidying for password reset * Misc tidying for password reset
15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": "*.hbs",
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|