.jshintrc #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • ember-load-initializers/
  • tests/
  • .jshintrc
  • View
  • Commits
  • Open Download .zip Download (951 B)
{
  "predef": [
    "self",
    "document",
    "window",
    "location",
    "setTimeout",
    "$",
    "-Promise",
    "define",
    "console",
    "visit",
    "exists",
    "fillIn",
    "click",
    "keyEvent",
    "triggerEvent",
    "find",
    "findWithAssert",
    "wait",
    "DS",
    "andThen",
    "currentURL",
    "currentPath",
    "currentRouteName"
      ],
      "node": false,
      "browser": false,
      "boss": true,
      "curly": true,
      "debug": false,
      "devel": false,
      "eqeqeq": true,
      "evil": true,
      "forin": false,
      "immed": false,
      "laxbreak": false,
      "newcap": true,
      "noarg": true,
      "noempty": false,
      "nonew": false,
      "nomen": false,
      "onevar": false,
      "plusplus": false,
      "regexp": false,
      "undef": true,
      "sub": true,
      "strict": false,
      "white": false,
      "eqnull": true,
      "esversion": 6,
      "unused": true
}
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command