mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 22:02:57 +00:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"extends": [
|
|
"tslint:latest",
|
|
"tslint-config-prettier"
|
|
],
|
|
"rules": {
|
|
"only-arrow-functions": false,
|
|
"object-literal-sort-keys":false,
|
|
"interface-name":false
|
|
}
|
|
} |