CB-8410 Enable jshint for Android platform

This commit is contained in:
Murat Sutunc
2015-02-03 11:30:12 -08:00
committed by Andrew Grieve
parent fb8e35bb44
commit d0ade1d190
4 changed files with 27 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
, "jasmine": true
}