You've already forked UserWrappr
mirror of
https://github.com/FullScreenShenanigans/UserWrappr.git
synced 2026-04-28 13:01:43 -07:00
22 lines
594 B
JSON
22 lines
594 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false,
|
|
"no-any": false,
|
|
"no-magic-numbers": false,
|
|
"no-object-literal-type-assertion": false,
|
|
"no-unbound-method": false,
|
|
"no-unsafe-any": false,
|
|
"no-unused-variable": false,
|
|
"no-void-expression": false,
|
|
"strict-boolean-expressions": false,
|
|
"strict-type-predicates": false,
|
|
"variable-name": false
|
|
}
|
|
}
|