Update dev deps (#2058)

* Update dev deps

* Update package.json

update eslint again

* Update file_existence.js
This commit is contained in:
Waren Gonzaga
2018-08-09 10:52:41 +08:00
committed by Rob Larsen
parent 2e32b433f7
commit 24c8fb2059
2 changed files with 5 additions and 5 deletions

View File

@@ -73,8 +73,8 @@ function checkFiles(directory, expectedFiles) {
'mark': true // add a `/` character to directory matches
});
// Check if all expected files are present in the
// specified directory, and are of the expected type
// Check if all expected files are present in the
// specified directory, and are of the expected type
expectedFiles.forEach((file) => {
let ok = false;