summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/android/cordova/.jshintrc
blob: 89a121cf139b71eaadf09fc715a5e809ef95d36c (plain)
1
2
3
4
5
6
7
8
9
10
{
    "node": true
  , "bitwise": true
  , "undef": true
  , "trailing": true
  , "quotmark": true
  , "indent": 4
  , "unused": "vars"
  , "latedef": "nofunc"
}