mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Apply stricter lint rules (#19063)
This commit is contained in:
@@ -42,7 +42,7 @@ Git.Attr.get(repo, 1, "path", "name").then((string) => {
|
||||
// Use string
|
||||
});
|
||||
|
||||
let array = Git.Attr.getMany(repo, 1, "path", 1, "names");
|
||||
const array = Git.Attr.getMany(repo, 1, "path", 1, "names");
|
||||
|
||||
result = Git.Attr.value("attr");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user