Apply stricter lint rules (#19063)

This commit is contained in:
Andy
2017-08-17 14:53:41 -07:00
committed by GitHub
parent 3dfa2b2005
commit 5d6c651a1a
484 changed files with 3388 additions and 3281 deletions

View File

@@ -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");