You've already forked BabyIoC
mirror of
https://github.com/FullScreenShenanigans/BabyIoC.git
synced 2026-04-28 13:03:58 -07:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-use-before-declare": false
|
|
}
|
|
}
|