Skip to content

Commit

Permalink
Add lint step to pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed Jul 30, 2024
1 parent 01d17e0 commit 73ea9b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ repos:
rev: v4.0.3
hooks:
- id: reuse
- repo: local
hooks:
- id: yarn-lint
name: linter
entry: yarn lint --cache --quiet
language: system

0 comments on commit 73ea9b5

Please sign in to comment.