You've already forked AudioPlayr
mirror of
https://github.com/FullScreenShenanigans/AudioPlayr.git
synced 2026-04-28 13:01:36 -07:00
920b27e288
* Started refactor to not dirctly touch DOM elements * Switched storage to only using strings It's a little extra work, but makes it compatible with `localStorage`. * Separated local and global muted and volume * Documented all the things * Added nameTransform, hasSound concepts * Added no-unsafe-any lint rule Sinon doesn't play nicely with it.
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-unsafe-any": false,
|
|
"strict-boolean-expressions": false
|
|
}
|
|
}
|