You've already forked AreaSpawnr
mirror of
https://github.com/FullScreenShenanigans/AreaSpawnr.git
synced 2026-04-28 12:59:51 -07:00
19 lines
478 B
JSON
19 lines
478 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false,
|
|
"no-bitwise": false,
|
|
"no-any": false,
|
|
"no-unbound-method": false,
|
|
"no-unsafe-any": false,
|
|
"prefer-function-over-method": false,
|
|
"restrict-plus-operands": false,
|
|
"strict-boolean-expressions": false
|
|
}
|
|
}
|