Glavin001/feathers-orm-service

View on GitHub
.jshintrc

Summary

Maintainability
Test Coverage
{
    "node": true,
    "esnext": true,
    "bitwise": true,
    "camelcase": true,
    "curly": true,
    "eqeqeq": true,
    "immed": true,
    "indent": 4,
    "latedef": "nofunc",
    "newcap": true,
    "noarg": true,
    "quotmark": "single",
    "regexp": true,
    "undef": true,
    "unused": true,
    "strict": false,
    "trailing": true,
    "smarttabs": true,
    "white": false,
    "globals": {
        "it": true,
        "describe": true,
        "before": true,
        "after": true,
        "exports": true
    }
}