@twilio/audioplayer
Version:
An HTMLAudioElement-like implementation that uses AudioContext to circumvent browser limitations.
20 lines (19 loc) • 407 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended"
],
"jsRules": {},
"rules": {
"arrow-parens": false,
"ban-types": false,
"member-access": [true, "no-public"],
"no-empty": {
"severity": "warning"
},
"quotemark": [true, "single"],
"variable-name": [true, "allow-leading-underscore"],
"unified-signatures": false
},
"rulesDirectory": []
}