eclass/semantic-release-npm-github-config

View on GitHub
.lintstagedrc.json

Summary

Maintainability
Test Coverage
{
  "*.js": ["eslint --fix", "prettier --write"],
  "*.{json,md}": ["prettier --write"],
  ".prettierrc": ["prettier --write"],
  ".{github,vscode}/**/*": ["prettier --write"]
}