Added recommended ESLinter checks. Fixes #4142

This commit is contained in:
Murtuza Zabuawala
2019-04-05 13:07:43 +05:30
committed by Akshay Joshi
parent 9bff6c7157
commit 84ecffa4d9
6 changed files with 13 additions and 4 deletions

View File

@@ -24,4 +24,4 @@ export function getHelpUrl(base_path, file, version) {
}
return url + file;
};
}