catarse/catarse.js

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
  "camelcase" : true,
  "indent": 4,
  "esnext": true,
  "undef": true,
  "quotmark": "single",
  "maxlen": 80,
  "trailing": true,
  "curly": true,
  "predef": [ "window" ]
}