parpeoficial/stackerjs-orm

View on GitHub
.lintstagedrc

Summary

Maintainability
Test Coverage
{
    "*.js": [ 
        "npm run lint",
        "git add ."
    ]
}