13 lines
343 B
JSON
Executable File
13 lines
343 B
JSON
Executable File
{
|
|
"extends": ["./tslint.cc.json", "tslint-clean-code", "tslint-sonarts"],
|
|
"rulesDirectory": ["../node_modules/tslint-microsoft-contrib"],
|
|
"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
|
|
}
|
|
}
|