cordova-android/bin/templates/cordova/.jshintrc
2015-10-20 12:21:30 +03:00

11 lines
162 B
Plaintext

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