You've already forked AudioPlayr
mirror of
https://github.com/FullScreenShenanigans/AudioPlayr.git
synced 2026-04-28 13:01:36 -07:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-async-without-await": false,
|
|
"no-unsafe-any": false,
|
|
"strict-boolean-expressions": false
|
|
}
|
|
}
|