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