eslint-typescript
Version:
eslint configs with prettier integration
21 lines (13 loc) • 430 B
Markdown
# eslint-typescript
eslint-typescript
## Development
### GitLab deploy token
To install @ganintegrity/eslint-typescript from a branch on GitLab, use the
following deploy token (in the other project's `package.json`):
```json
{
"dependencies": {
"@ganintegrity/eslint-typescript": "git+https://gitlab+deploy-token-610219:xsqjdm2zwxfRhEzPSZqh@gitlab.com/ganintegrity/eslint-typescript.git#<your-branch-name>"
}
}
```