You've already forked DeviceLayr
mirror of
https://github.com/FullScreenShenanigans/DeviceLayr.git
synced 2026-04-28 13:02:52 -07:00
16 lines
366 B
JSON
16 lines
366 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,
|
|
"strict-type-predicates": false
|
|
}
|
|
}
|