3
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-02 06:52:54 +08:00
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"
}