the-simian/phaser-glsl-loader

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "node": true,
  "esnext": true,
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "indent": 2,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "quotmark": "single",
  "maxcomplexity": 10,
  "regexp": true,
  "undef": true,
  "unused": true,
  "strict": true,
  "trailing": true,
  "smarttabs": true,
  "jquery": true,
  "white": true,
  "globals": {
    "_": true,
    "describe": true,
    "beforeEach": true,
    "afterEach": true,
    "before": true,
    "after": true,
    "it": true,
    "expect": true,
    "inject": true,
    "alert": true,
    "require": true,
  }
}