github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/sockjs-client-1.1.0/.jshintrc (about)

     1  {
     2    "undef": true
     3  , "unused": "vars"
     4  , "newcap": true
     5  , "laxcomma": true
     6  , "laxbreak": true
     7  , "strict": true
     8  , "node": true
     9  , "browser": true
    10  , "predef": [
    11      "XDomainRequest"
    12    , "EventSource"
    13    , "describe"
    14    , "it"
    15    , "before"
    16    ]
    17  }