You've already forked BattleMovr
mirror of
https://github.com/FullScreenShenanigans/BattleMovr.git
synced 2026-04-28 13:01:58 -07:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {}
|
|
}
|