next-ucap-messenger/projects/ucap-webmessenger-api-prompt/tslint.json
leejinho abc1215d6c Call 기능 구현.
>> call api 호출 후 응답값에 대한 처리가 필요함. 현재 응답이 느려서 500 에러 떨어짐.
2019-12-16 17:42:49 +09:00

8 lines
209 B
JSON

{
"extends": "../../tslint.json",
"rules": {
"directive-selector": [true, "attribute", "ucapApiPrompt", "camelCase"],
"component-selector": [true, "element", "ucap-api-prompt", "kebab-case"]
}
}