.jshintrc #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • preserve/
  • .jshintrc
  • View
  • Commits
  • Open Download .zip Download (379 B)
{
  "asi": false,
  "boss": true,
  "curly": true,
  "eqeqeq": true,
  "eqnull": true,
  "esnext": true,
  "immed": true,
  "latedef": true,
  "laxcomma": false,
  "newcap": true,
  "noarg": true,
  "node": true,
  "sub": true,
  "undef": true,
  "unused": true,
  "globals": {
    "define": true,
    "before": true,
    "after": true,
    "describe": true,
    "it": true
  }
}
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command