abc1215d6c
>> call api 호출 후 응답값에 대한 처리가 필요함. 현재 응답이 느려서 500 에러 떨어짐.
8 lines
209 B
JSON
8 lines
209 B
JSON
{
|
|
"extends": "../../tslint.json",
|
|
"rules": {
|
|
"directive-selector": [true, "attribute", "ucapApiPrompt", "camelCase"],
|
|
"component-selector": [true, "element", "ucap-api-prompt", "kebab-case"]
|
|
}
|
|
}
|