InsidersByte/honeymoon-gift-list

View on GitHub
.bithoundrc

Summary

Maintainability
Test Coverage
{
    "ignore": [
        "**/node_modules/**",
        "**/flow-typed/**"
    ],
    "test": [
        "**.test.js",
        "**.test.jsx"
    ],
    "dependencies": {
        "unused-ignores": [
            "pug",
            "pg",
            "bookshelf-camelcase"
        ]
    }
}