cordova-android/spec/.jshintrc

12 lines
182 B
Plaintext
Raw Normal View History

{
"node": true
, "bitwise": true
, "undef": true
, "trailing": true
, "quotmark": true
, "indent": 4
, "unused": "vars"
, "latedef": "nofunc"
, "jasmine": true
}