2019-09-17 12:45:15 +00:00
|
|
|
{
|
|
|
|
"extends": ["./tslint.cc.json", "tslint-clean-code", "tslint-sonarts"],
|
2019-09-18 13:35:45 +00:00
|
|
|
"rulesDirectory": ["./node_modules/tslint-microsoft-contrib"],
|
2019-09-17 12:45:15 +00:00
|
|
|
"rules": {
|
|
|
|
"mocha-unneeded-done": true,
|
|
|
|
"no-banned-terms": true,
|
|
|
|
"no-delete-expression": true,
|
|
|
|
"no-for-in": true,
|
|
|
|
"no-relative-imports": false,
|
|
|
|
"no-small-switch": false
|
|
|
|
}
|
|
|
|
}
|