lambda-response-template
Version:
💬 A tiny utility for creating AWS Lambda response objects.
14 lines • 415 B
JSON
{
"extends": ["tslint:recommended"],
"rules": {
"indent": [true, "spaces", 2],
"trailing-comma": [true, {"multiline": "always", "singleline": "never"}],
"no-trailing-whitespace": true,
"quotemark": [true, "single", "avoid-template"],
"semicolon": [true, "always"],
"object-literal-sort-keys": false,
"eofline": true,
"interface-name": false,
"unified-signatures": false
}
}