Remove obsolete jshint comments (#444)

This commit is contained in:
Raphael von der Grün
2018-05-21 12:02:14 +02:00
committed by Shazron Abdullah
parent fc69da7a42
commit 02ee925103
11 changed files with 0 additions and 24 deletions
-2
View File
@@ -4,8 +4,6 @@
* @param {String} root Root folder of the project
*/
/* jshint esnext: false */
module.exports.isAndroidStudioProject = function isAndroidStudioProject (root) {
return true;
};