You've already forked ScenePlayr
mirror of
https://github.com/FullScreenShenanigans/ScenePlayr.git
synced 2026-04-28 13:02:05 -07:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false,
|
|
"no-any": false,
|
|
"no-unsafe-any": false,
|
|
"strict-boolean-expressions": false
|
|
}
|
|
}
|