You've already forked FpsAnalyzr
mirror of
https://github.com/FullScreenShenanigans/FpsAnalyzr.git
synced 2026-04-28 12:59:06 -07:00
18 lines
447 B
JSON
18 lines
447 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false,
|
|
"prefer-function-over-method": false,
|
|
"no-any": false,
|
|
"no-magic-numbers": false,
|
|
"no-unsafe-any": false,
|
|
"strict-boolean-expressions": false,
|
|
"strict-type-predicates": false
|
|
}
|
|
}
|