You've already forked GroupHoldr
mirror of
https://github.com/FullScreenShenanigans/GroupHoldr.git
synced 2026-04-28 12:59:21 -07:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-unsafe-any": false,
|
|
"no-use-before-declare": false,
|
|
"strict-string-expressions": false
|
|
}
|
|
}
|