codevise/pageflow

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "browser": true,
  "undef": true,
  "immed": true,
  "trailing": true,
  "maxlen": 100,
  "unused": "vars",
  "expr": true,
  "camelcase": false,
  "predef": [
    "jQuery",
    "$",
    "Backbone",
    "Cocktail",
    "_",
    "videojs",
    "Audio5js",
    "I18n",
    "IScroll",

    "pageflow",
    "editor",
    "PAGEFLOW_EDITOR",
    
    "confirm",
    "alert",

    "chai",
    "sinon",
    "support",

    "describe",
    "it",
    "before",
    "after",
    "beforeEach",
    "afterEach",
    "expect"
  ]
}