.jshintrc #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • continuable-cache/
  • .jshintrc
  • View
  • Commits
  • Open Download .zip Download (843 B)
{
    "asi": true,

    "bitwise": false,
    "camelcase": true,
    "curly": false,
    "eqeqeq": true,
    "forin": true,
    "immed": true,
    "indent": 4,
    "latedef": false,
    "newcap": true,
    "noarg": true,
    "nonew": true,
    "plusplus": false,
    "quotmark": false,
    "regexp": false,
    "undef": true,
    "unused": true,
    "strict": false,
    "trailing": true,
    "noempty": true,
    "maxdepth": 4,
    "maxparams": 4,

    "globals": {
        "console": true,
        "Buffer": true,
        "setTimeout": true,
        "clearTimeout": true,
        "setInterval": true,
        "clearInterval": true,
        "require": false,
        "module": false,
        "exports": true,
        "global": false,
        "process": true,
        "__dirname": false,
        "__filename": false
    },
    "node": false
}
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command