daniellmb/console.style

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "node": true,
  "browser": true,
  "esnext": true,
  "bitwise": true,
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "indent": 2,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "quotmark": "single",
  "undef": true,
  "strict": false,
  "trailing": true,
  "smarttabs": true,
  "validthis": true,
  "white": true,
  "globals":{
    "describe": false,
    "xdescribe": false,
    "it": false,
    "xit": false,
    "beforeEach": false,
    "afterEach": false,
    "expect": false,
    "spyOn": false,
    "define": false
  }
}