mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
CB-8410 Enable jshint for Android platform
This commit is contained in:
committed by
Andrew Grieve
parent
fb8e35bb44
commit
d0ade1d190
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"node": true
|
||||
, "bitwise": true
|
||||
, "undef": true
|
||||
, "trailing": true
|
||||
, "quotmark": true
|
||||
, "indent": 4
|
||||
, "unused": "vars"
|
||||
, "latedef": "nofunc"
|
||||
, "jasmine": true
|
||||
}
|
||||
Reference in New Issue
Block a user