You've already forked ChangeLinr
mirror of
https://github.com/FullScreenShenanigans/ChangeLinr.git
synced 2026-04-28 12:58:58 -07:00
16 lines
366 B
JSON
16 lines
366 B
JSON
{
|
|
"extends": "./node_modules/shenanigans-manager/setup/tslint.json",
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"./node_modules/**/*"
|
|
]
|
|
},
|
|
"rules": {
|
|
"completed-docs": false,
|
|
"no-any": false,
|
|
"no-non-null-assertion": false,
|
|
"no-unsafe-any": false,
|
|
"strict-boolean-expressions": false
|
|
}
|
|
}
|