mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Initial commit
Contains basic working logic to find unused repos and show in console
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
],
|
||||
"rules": {
|
||||
"only-arrow-functions": false,
|
||||
"object-literal-sort-keys":false,
|
||||
"interface-name":false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user