KunalKapadia/express-mongoose-es6-rest-api

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  eslint:
    enabled: true
ratings:
   paths:
   - server/**
   - config/**
   - "**.js"
exclude_paths:
- node_modules/**/*
- server/tests/**