.lintstagedrc.json

Summary

Maintainability
Test Coverage
{
  "*.js": "eslint --fix",
  "*.ts": "eslint --fix"
}