talyssonoc/jsT9

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "undef": true,
    "predef": ["root", "axios"],
    "camelcase": true,
    "curly": true,
    "eqeqeq": true,
    "indent": 4,
    "quotmark": "single",
    "undef": true,
  "browser": true,
  "browserify": true,
  "node": true
}