You've already forked MapScreenr
mirror of
https://github.com/FullScreenShenanigans/MapScreenr.git
synced 2026-04-28 12:59:36 -07:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-any": false
|
|
}
|
|
}
|