UNPKG

ringcentral-call-control

Version:

[![Coverage Status](https://coveralls.io/repos/github/ringcentral/ringcentral-call-control-js/badge.svg?branch=master)](https://coveralls.io/github/ringcentral/ringcentral-call-control-js?branch=master) [![NPM Version](https://img.shields.io/npm/v/ringcen

28 lines (27 loc) 517 B
{ "extends": "tslint:recommended", "rules": { "interface-name": [ false ], "max-line-length": [ false ], "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore" ], "member-access": false, "no-string-literal": false, "no-reference": false, "object-literal-shorthand": false, "no-trailing-whitespace": [ true, "ignore-comments" ], "array-type": false, "ordered-imports": false } }