Files
bendtherules bfb2b54634 Initial commit
Contains basic working logic to find unused repos and show in console
2018-05-31 17:48:44 +05:30

11 lines
190 B
JSON

{
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rules": {
"only-arrow-functions": false,
"object-literal-sort-keys":false,
"interface-name":false
}
}