developer239/node-type-orm-graphql

View on GitHub
.lintstagedrc

Summary

Maintainability
Test Coverage
{
  "*.{ts}": [
    "eslint --fix",
    "prettier  --write",
    "git add"
  ],
}