You've already forked FlagSwappr
mirror of
https://github.com/FullScreenShenanigans/FlagSwappr.git
synced 2026-04-28 13:03:50 -07:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false
|
|
}
|
|
}
|