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