cordova-android/.jshintrc
2015-02-03 15:21:56 -05:00

11 lines
162 B
Plaintext

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