You've already forked ClassCyclr
mirror of
https://github.com/FullScreenShenanigans/ClassCyclr.git
synced 2026-04-28 13:04:05 -07:00
17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-any": false,
|
|
"no-dynamic-delete": false,
|
|
"no-unsafe-any": false,
|
|
"prefer-function-over-method": false,
|
|
"strict-boolean-expressions": false,
|
|
"strict-type-predicates": false
|
|
}
|
|
}
|